Shades of Rust #C94811
Tints of Rust #C94811
RGB
CMYK
RGB Variations
Color information
#C94811 (or 0xC94811) is known color: Rust. HEX triplet: C9, 48 and 11. RGB value is (201,72,17). Sum of RGB (Red+Green+Blue) = 201+72+17=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C94811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94811 is #36B7EE. Grayscale: #686868. Windows color (decimal): -3586031 or 1132745. OLE color: 1132745.
HSL color Cylindrical-coordinate representation of color #C94811: hue angle of 17.93º 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 #C94811 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 17 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.21 |
| HSL | 17.93º | 0.84% | 0.43% | - |
| HSV(B) | 17.93º | 0.92% | 0.79% | - |
| XYZ | 26.51 | 17.09 | 2.43 | - |
| YUV | 104.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 17 | 0 | 0.64 | 0.92 | 0.21 | 17.93 | 0.84 | 0.43 |
| Hex | C9 | 48 | 11 | 0 | 40 | 5C | 15 | 12 | 54 | 2B |
| Octal | 311 | 110 | 21 | 0 | 100 | 134 | 25 | 22 | 124 | 53 |
| Binary | 11001001 | 1001000 | 10001 | 0 | 1000000 | 1011100 | 10101 | 10010 | 1010100 | 101011 |
Color Harmonies of #C94811
Complementary color
Monochromatic Colors of #C94811
Black with #C94811
Text Example
Text Example
White with #C94811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94811; }
p { color: rgb(201,72,17); }
H1.HeaderClassName
{
color: #C94811;
}
.AnyTagClassName
{
color: #C94811;
}
</style>
background-color css
<style>
a { background-color: #C94811; }
a { background-color: rgb(201,72,17); }
div.DivClassName
{
background-color: #C94811;
}
.BgClassName
{
background-color: #C94811;
}
</style>
border-color css
<style>
span { border-color: #C94811; }
span { border-color: rgb(201,72,17); }
td.TdClassName
{
border-color: #C94811;
}
.TagClassName
{
border-color: #C94811;
}
</style>