Shades of Rust #C94D19
Tints of Rust #C94D19
RGB
CMYK
RGB Variations
Color information
#C94D19 (or 0xC94D19) is known color: Rust. HEX triplet: C9, 4D and 19. RGB value is (201,77,25). Sum of RGB (Red+Green+Blue) = 201+77+25=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D19 is #36B2E6. Grayscale: #6C6C6C. Windows color (decimal): -3584743 or 1658313. OLE color: 1658313.
HSL color Cylindrical-coordinate representation of color #C94D19: hue angle of 17.73º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C94D19 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 25 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.21 |
| HSL | 17.73º | 0.78% | 0.44% | - |
| HSV(B) | 17.73º | 0.88% | 0.79% | - |
| XYZ | 26.92 | 17.8 | 2.94 | - |
| YUV | 108.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 25 | 0 | 0.62 | 0.88 | 0.21 | 17.73 | 0.78 | 0.44 |
| Hex | C9 | 4D | 19 | 0 | 3E | 58 | 15 | 12 | 4E | 2C |
| Octal | 311 | 115 | 31 | 0 | 76 | 130 | 25 | 22 | 116 | 54 |
| Binary | 11001001 | 1001101 | 11001 | 0 | 111110 | 1011000 | 10101 | 10010 | 1001110 | 101100 |
Color Harmonies of #C94D19
Complementary color
Monochromatic Colors of #C94D19
Black with #C94D19
Text Example
Text Example
White with #C94D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D19; }
p { color: rgb(201,77,25); }
H1.HeaderClassName
{
color: #C94D19;
}
.AnyTagClassName
{
color: #C94D19;
}
</style>
background-color css
<style>
a { background-color: #C94D19; }
a { background-color: rgb(201,77,25); }
div.DivClassName
{
background-color: #C94D19;
}
.BgClassName
{
background-color: #C94D19;
}
</style>
border-color css
<style>
span { border-color: #C94D19; }
span { border-color: rgb(201,77,25); }
td.TdClassName
{
border-color: #C94D19;
}
.TagClassName
{
border-color: #C94D19;
}
</style>