Shades of Rust #C94C11
Tints of Rust #C94C11
RGB
CMYK
RGB Variations
Color information
#C94C11 (or 0xC94C11) is known color: Rust. HEX triplet: C9, 4C and 11. RGB value is (201,76,17). Sum of RGB (Red+Green+Blue) = 201+76+17=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C11 is #36B3EE. Grayscale: #6B6B6B. Windows color (decimal): -3585007 or 1133769. OLE color: 1133769.
HSL color Cylindrical-coordinate representation of color #C94C11: hue angle of 19.24º 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 #C94C11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.21 |
| HSL | 19.24º | 0.84% | 0.43% | - |
| HSV(B) | 19.24º | 0.92% | 0.79% | - |
| XYZ | 26.77 | 17.63 | 2.52 | - |
| YUV | 106.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 17 | 0 | 0.62 | 0.92 | 0.21 | 19.24 | 0.84 | 0.43 |
| Hex | C9 | 4C | 11 | 0 | 3E | 5C | 15 | 13 | 54 | 2B |
| Octal | 311 | 114 | 21 | 0 | 76 | 134 | 25 | 23 | 124 | 53 |
| Binary | 11001001 | 1001100 | 10001 | 0 | 111110 | 1011100 | 10101 | 10011 | 1010100 | 101011 |
Color Harmonies of #C94C11
Complementary color
Monochromatic Colors of #C94C11
Black with #C94C11
Text Example
Text Example
White with #C94C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C11; }
p { color: rgb(201,76,17); }
H1.HeaderClassName
{
color: #C94C11;
}
.AnyTagClassName
{
color: #C94C11;
}
</style>
background-color css
<style>
a { background-color: #C94C11; }
a { background-color: rgb(201,76,17); }
div.DivClassName
{
background-color: #C94C11;
}
.BgClassName
{
background-color: #C94C11;
}
</style>
border-color css
<style>
span { border-color: #C94C11; }
span { border-color: rgb(201,76,17); }
td.TdClassName
{
border-color: #C94C11;
}
.TagClassName
{
border-color: #C94C11;
}
</style>