Shades of Rust #C84411
Tints of Rust #C84411
RGB
CMYK
RGB Variations
Color information
#C84411 (or 0xC84411) is known color: Rust. HEX triplet: C8, 44 and 11. RGB value is (200,68,17). Sum of RGB (Red+Green+Blue) = 200+68+17=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C84411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84411 is #37BBEE. Grayscale: #656565. Windows color (decimal): -3652591 or 1131720. OLE color: 1131720.
HSL color Cylindrical-coordinate representation of color #C84411: hue angle of 16.72º 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 #C84411 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.22 |
| HSL | 16.72º | 0.84% | 0.43% | - |
| HSV(B) | 16.72º | 0.92% | 0.78% | - |
| XYZ | 25.99 | 16.45 | 2.34 | - |
| YUV | 101.65 | 80.23 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 17 | 0 | 0.66 | 0.92 | 0.22 | 16.72 | 0.84 | 0.43 |
| Hex | C8 | 44 | 11 | 0 | 42 | 5C | 16 | 11 | 54 | 2B |
| Octal | 310 | 104 | 21 | 0 | 102 | 134 | 26 | 21 | 124 | 53 |
| Binary | 11001000 | 1000100 | 10001 | 0 | 1000010 | 1011100 | 10110 | 10001 | 1010100 | 101011 |
Color Harmonies of #C84411
Complementary color
Monochromatic Colors of #C84411
Black with #C84411
Text Example
Text Example
White with #C84411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84411; }
p { color: rgb(200,68,17); }
H1.HeaderClassName
{
color: #C84411;
}
.AnyTagClassName
{
color: #C84411;
}
</style>
background-color css
<style>
a { background-color: #C84411; }
a { background-color: rgb(200,68,17); }
div.DivClassName
{
background-color: #C84411;
}
.BgClassName
{
background-color: #C84411;
}
</style>
border-color css
<style>
span { border-color: #C84411; }
span { border-color: rgb(200,68,17); }
td.TdClassName
{
border-color: #C84411;
}
.TagClassName
{
border-color: #C84411;
}
</style>