Shades of Rust #C94A17
Tints of Rust #C94A17
RGB
CMYK
RGB Variations
Color information
#C94A17 (or 0xC94A17) is known color: Rust. HEX triplet: C9, 4A and 17. RGB value is (201,74,23). Sum of RGB (Red+Green+Blue) = 201+74+23=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A17 is #36B5E8. Grayscale: #6A6A6A. Windows color (decimal): -3585513 or 1526473. OLE color: 1526473.
HSL color Cylindrical-coordinate representation of color #C94A17: hue angle of 17.19º 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 #C94A17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.21 |
| HSL | 17.19º | 0.79% | 0.44% | - |
| HSV(B) | 17.19º | 0.89% | 0.79% | - |
| XYZ | 26.69 | 17.38 | 2.76 | - |
| YUV | 106.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 23 | 0 | 0.63 | 0.89 | 0.21 | 17.19 | 0.79 | 0.44 |
| Hex | C9 | 4A | 17 | 0 | 3F | 59 | 15 | 11 | 4F | 2C |
| Octal | 311 | 112 | 27 | 0 | 77 | 131 | 25 | 21 | 117 | 54 |
| Binary | 11001001 | 1001010 | 10111 | 0 | 111111 | 1011001 | 10101 | 10001 | 1001111 | 101100 |
Color Harmonies of #C94A17
Complementary color
Monochromatic Colors of #C94A17
Black with #C94A17
Text Example
Text Example
White with #C94A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A17; }
p { color: rgb(201,74,23); }
H1.HeaderClassName
{
color: #C94A17;
}
.AnyTagClassName
{
color: #C94A17;
}
</style>
background-color css
<style>
a { background-color: #C94A17; }
a { background-color: rgb(201,74,23); }
div.DivClassName
{
background-color: #C94A17;
}
.BgClassName
{
background-color: #C94A17;
}
</style>
border-color css
<style>
span { border-color: #C94A17; }
span { border-color: rgb(201,74,23); }
td.TdClassName
{
border-color: #C94A17;
}
.TagClassName
{
border-color: #C94A17;
}
</style>