Rust red : The hexadecimal color #c01a00

The hexadecimal color #c01a00 is a color red whose writing is rgb(192, 26, 0) either 75% of red, 10% of green, 0% of blue; the HSL value is hsl(6, 255%, 96%) either a shade of 6°, a saturation of 255% and a brightness of 96%; the CMYK value is cmyk(0, 86, 100, 25) either 0% of cyan, 86% of magenta, 100% of yellow and 25% of black.

The color combinaison (or color scheme) of the color rust red

The gradient colors and complementary colors below allow you to find colors near c01a00 for a good harmony of your web design and your artwork.

#c01a00 : Using the html color in a CSS style

The CSS notation for use that color (c01a00) as text color is color:#c01a00;
This is an text example writing in hex color #c01a00.

The CSS notation for use that color (c01a00) as background color is background-color:#c01a00;
This is a box with a background color in hex #c01a00

The CSS notation for use that color (c01a00) as border color is border-color:#c01a00;
This is a box with a border color in hex #c01a00

The CSS notation for use that color (c01a00) as shadow color is box-shadow:0 0 20px #c01a00;
This is a box with a shadow color in hex #c01a00

Converting the hex color c01a00 in RGB, HSL and CMYK

  • Color code HEX : #c01a00
  • Color code RGB : rgb(192, 26, 0)
  • Color code HSL : hsl(6, 255%, 96%)
  • Color code CMYK : cmyk(0, 86, 100, 25)
  • Color code BIN : 11000000 11010 0

What is a color HEX ?

The HEX code consists of 3 groups of 2 digits from 00 to FF, representing the primary colors: red, green, blue.
The maximum number of colors in hexadecimal format is 256 x 256 x 256 = 16,777,216

What is a color RGB ?

RGB code consists of 3 groups ranging from 0 to 255 and representing the primary colors: red, green, blue.
The theoretical maximum number is also ~ 16M colors.


Hex color #c01a00 - rust red

What is a color HSL ?

HSL code consists of 3 groups: a first in degree determining the color hue (between 0° and 360°) followed by 2 digits ranging from 0 to 255 and expressed as a percentage, respectively, determine the saturation and brightness of color.

What is a color CMYK ?

The CMYK code consists of four groups of digits ranging from 0 to 100 and represents the percentage of cyan, magenta, yellow and black present in the main color.