Shades of Rust #C94F17
Tints of Rust #C94F17
RGB
CMYK
RGB Variations
Color information
#C94F17 (or 0xC94F17) is known color: Rust. HEX triplet: C9, 4F and 17. RGB value is (201,79,23). Sum of RGB (Red+Green+Blue) = 201+79+23=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F17 is #36B0E8. Grayscale: #6D6D6D. Windows color (decimal): -3584233 or 1527753. OLE color: 1527753.
HSL color Cylindrical-coordinate representation of color #C94F17: hue angle of 18.88º degrees, saturation: 0.79, 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 #C94F17 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 23 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.21 |
| HSL | 18.88º | 0.79% | 0.44% | - |
| HSV(B) | 18.88º | 0.89% | 0.79% | - |
| XYZ | 27.04 | 18.07 | 2.87 | - |
| YUV | 109.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 23 | 0 | 0.61 | 0.89 | 0.21 | 18.88 | 0.79 | 0.44 |
| Hex | C9 | 4F | 17 | 0 | 3D | 59 | 15 | 13 | 4F | 2C |
| Octal | 311 | 117 | 27 | 0 | 75 | 131 | 25 | 23 | 117 | 54 |
| Binary | 11001001 | 1001111 | 10111 | 0 | 111101 | 1011001 | 10101 | 10011 | 1001111 | 101100 |
Color Harmonies of #C94F17
Complementary color
Monochromatic Colors of #C94F17
Black with #C94F17
Text Example
Text Example
White with #C94F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F17; }
p { color: rgb(201,79,23); }
H1.HeaderClassName
{
color: #C94F17;
}
.AnyTagClassName
{
color: #C94F17;
}
</style>
background-color css
<style>
a { background-color: #C94F17; }
a { background-color: rgb(201,79,23); }
div.DivClassName
{
background-color: #C94F17;
}
.BgClassName
{
background-color: #C94F17;
}
</style>
border-color css
<style>
span { border-color: #C94F17; }
span { border-color: rgb(201,79,23); }
td.TdClassName
{
border-color: #C94F17;
}
.TagClassName
{
border-color: #C94F17;
}
</style>