Shades of Rust #C94A11
Tints of Rust #C94A11
RGB
CMYK
RGB Variations
Color information
#C94A11 (or 0xC94A11) is known color: Rust. HEX triplet: C9, 4A and 11. RGB value is (201,74,17). Sum of RGB (Red+Green+Blue) = 201+74+17=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A11 is #36B5EE. Grayscale: #696969. Windows color (decimal): -3585519 or 1133257. OLE color: 1133257.
HSL color Cylindrical-coordinate representation of color #C94A11: hue angle of 18.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C94A11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.21 |
| HSL | 18.59º | 0.84% | 0.43% | - |
| HSV(B) | 18.59º | 0.92% | 0.79% | - |
| XYZ | 26.64 | 17.36 | 2.48 | - |
| YUV | 105.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 17 | 0 | 0.63 | 0.92 | 0.21 | 18.59 | 0.84 | 0.43 |
| Hex | C9 | 4A | 11 | 0 | 3F | 5C | 15 | 13 | 54 | 2B |
| Octal | 311 | 112 | 21 | 0 | 77 | 134 | 25 | 23 | 124 | 53 |
| Binary | 11001001 | 1001010 | 10001 | 0 | 111111 | 1011100 | 10101 | 10011 | 1010100 | 101011 |
Color Harmonies of #C94A11
Complementary color
Monochromatic Colors of #C94A11
Black with #C94A11
Text Example
Text Example
White with #C94A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A11; }
p { color: rgb(201,74,17); }
H1.HeaderClassName
{
color: #C94A11;
}
.AnyTagClassName
{
color: #C94A11;
}
</style>
background-color css
<style>
a { background-color: #C94A11; }
a { background-color: rgb(201,74,17); }
div.DivClassName
{
background-color: #C94A11;
}
.BgClassName
{
background-color: #C94A11;
}
</style>
border-color css
<style>
span { border-color: #C94A11; }
span { border-color: rgb(201,74,17); }
td.TdClassName
{
border-color: #C94A11;
}
.TagClassName
{
border-color: #C94A11;
}
</style>