Shades of Rust #C84611
Tints of Rust #C84611
RGB
CMYK
RGB Variations
Color information
#C84611 (or 0xC84611) is known color: Rust. HEX triplet: C8, 46 and 11. RGB value is (200,70,17). Sum of RGB (Red+Green+Blue) = 200+70+17=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C84611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84611 is #37B9EE. Grayscale: #676767. Windows color (decimal): -3652079 or 1132232. OLE color: 1132232.
HSL color Cylindrical-coordinate representation of color #C84611: hue angle of 17.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C84611 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.22 |
| HSL | 17.38º | 0.84% | 0.43% | - |
| HSV(B) | 17.38º | 0.92% | 0.78% | - |
| XYZ | 26.11 | 16.7 | 2.38 | - |
| YUV | 102.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 17 | 0 | 0.65 | 0.92 | 0.22 | 17.38 | 0.84 | 0.43 |
| Hex | C8 | 46 | 11 | 0 | 41 | 5C | 16 | 11 | 54 | 2B |
| Octal | 310 | 106 | 21 | 0 | 101 | 134 | 26 | 21 | 124 | 53 |
| Binary | 11001000 | 1000110 | 10001 | 0 | 1000001 | 1011100 | 10110 | 10001 | 1010100 | 101011 |
Color Harmonies of #C84611
Complementary color
Monochromatic Colors of #C84611
Black with #C84611
Text Example
Text Example
White with #C84611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84611; }
p { color: rgb(200,70,17); }
H1.HeaderClassName
{
color: #C84611;
}
.AnyTagClassName
{
color: #C84611;
}
</style>
background-color css
<style>
a { background-color: #C84611; }
a { background-color: rgb(200,70,17); }
div.DivClassName
{
background-color: #C84611;
}
.BgClassName
{
background-color: #C84611;
}
</style>
border-color css
<style>
span { border-color: #C84611; }
span { border-color: rgb(200,70,17); }
td.TdClassName
{
border-color: #C84611;
}
.TagClassName
{
border-color: #C84611;
}
</style>