Shades of Rust #C94A18
Tints of Rust #C94A18
RGB
CMYK
RGB Variations
Color information
#C94A18 (or 0xC94A18) is known color: Rust. HEX triplet: C9, 4A and 18. RGB value is (201,74,24). Sum of RGB (Red+Green+Blue) = 201+74+24=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A18 is #36B5E7. Grayscale: #6A6A6A. Windows color (decimal): -3585512 or 1592009. OLE color: 1592009.
HSL color Cylindrical-coordinate representation of color #C94A18: hue angle of 16.95º degrees, saturation: 0.79, 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 #C94A18 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 24 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.21 |
| HSL | 16.95º | 0.79% | 0.44% | - |
| HSV(B) | 16.95º | 0.88% | 0.79% | - |
| XYZ | 26.7 | 17.38 | 2.81 | - |
| YUV | 106.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 24 | 0 | 0.63 | 0.88 | 0.21 | 16.95 | 0.79 | 0.44 |
| Hex | C9 | 4A | 18 | 0 | 3F | 58 | 15 | 11 | 4F | 2C |
| Octal | 311 | 112 | 30 | 0 | 77 | 130 | 25 | 21 | 117 | 54 |
| Binary | 11001001 | 1001010 | 11000 | 0 | 111111 | 1011000 | 10101 | 10001 | 1001111 | 101100 |
Color Harmonies of #C94A18
Complementary color
Monochromatic Colors of #C94A18
Black with #C94A18
Text Example
Text Example
White with #C94A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A18; }
p { color: rgb(201,74,24); }
H1.HeaderClassName
{
color: #C94A18;
}
.AnyTagClassName
{
color: #C94A18;
}
</style>
background-color css
<style>
a { background-color: #C94A18; }
a { background-color: rgb(201,74,24); }
div.DivClassName
{
background-color: #C94A18;
}
.BgClassName
{
background-color: #C94A18;
}
</style>
border-color css
<style>
span { border-color: #C94A18; }
span { border-color: rgb(201,74,24); }
td.TdClassName
{
border-color: #C94A18;
}
.TagClassName
{
border-color: #C94A18;
}
</style>