Shades of Rust #C94F16
Tints of Rust #C94F16
RGB
CMYK
RGB Variations
Color information
#C94F16 (or 0xC94F16) is known color: Rust. HEX triplet: C9, 4F and 16. RGB value is (201,79,22). Sum of RGB (Red+Green+Blue) = 201+79+22=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F16 is #36B0E9. Grayscale: #6D6D6D. Windows color (decimal): -3584234 or 1462217. OLE color: 1462217.
HSL color Cylindrical-coordinate representation of color #C94F16: hue angle of 19.11º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C94F16 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 22 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.21 |
| HSL | 19.11º | 0.8% | 0.44% | - |
| HSV(B) | 19.11º | 0.89% | 0.79% | - |
| XYZ | 27.03 | 18.07 | 2.82 | - |
| YUV | 108.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 22 | 0 | 0.61 | 0.89 | 0.21 | 19.11 | 0.8 | 0.44 |
| Hex | C9 | 4F | 16 | 0 | 3D | 59 | 15 | 13 | 50 | 2C |
| Octal | 311 | 117 | 26 | 0 | 75 | 131 | 25 | 23 | 120 | 54 |
| Binary | 11001001 | 1001111 | 10110 | 0 | 111101 | 1011001 | 10101 | 10011 | 1010000 | 101100 |
Color Harmonies of #C94F16
Complementary color
Monochromatic Colors of #C94F16
Black with #C94F16
Text Example
Text Example
White with #C94F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F16; }
p { color: rgb(201,79,22); }
H1.HeaderClassName
{
color: #C94F16;
}
.AnyTagClassName
{
color: #C94F16;
}
</style>
background-color css
<style>
a { background-color: #C94F16; }
a { background-color: rgb(201,79,22); }
div.DivClassName
{
background-color: #C94F16;
}
.BgClassName
{
background-color: #C94F16;
}
</style>
border-color css
<style>
span { border-color: #C94F16; }
span { border-color: rgb(201,79,22); }
td.TdClassName
{
border-color: #C94F16;
}
.TagClassName
{
border-color: #C94F16;
}
</style>