Shades of Rust #C84204
Tints of Rust #C84204
RGB
CMYK
RGB Variations
Color information
#C84204 (or 0xC84204) is known color: Rust. HEX triplet: C8, 42 and 04. RGB value is (200,66,4). Sum of RGB (Red+Green+Blue) = 200+66+4=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C84204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84204 is #37BDFB. Grayscale: #636363. Windows color (decimal): -3653116 or 279240. OLE color: 279240.
HSL color Cylindrical-coordinate representation of color #C84204: hue angle of 18.98º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C84204 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.22 |
| HSL | 18.98º | 0.96% | 0.4% | - |
| HSV(B) | 18.98º | 0.98% | 0.78% | - |
| XYZ | 25.79 | 16.18 | 1.88 | - |
| YUV | 99 | 74.39 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 4 | 0 | 0.67 | 0.98 | 0.22 | 18.98 | 0.96 | 0.4 |
| Hex | C8 | 42 | 4 | 0 | 43 | 62 | 16 | 13 | 60 | 28 |
| Octal | 310 | 102 | 4 | 0 | 103 | 142 | 26 | 23 | 140 | 50 |
| Binary | 11001000 | 1000010 | 100 | 0 | 1000011 | 1100010 | 10110 | 10011 | 1100000 | 101000 |
Color Harmonies of #C84204
Complementary color
Monochromatic Colors of #C84204
Black with #C84204
Text Example
Text Example
White with #C84204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84204; }
p { color: rgb(200,66,4); }
H1.HeaderClassName
{
color: #C84204;
}
.AnyTagClassName
{
color: #C84204;
}
</style>
background-color css
<style>
a { background-color: #C84204; }
a { background-color: rgb(200,66,4); }
div.DivClassName
{
background-color: #C84204;
}
.BgClassName
{
background-color: #C84204;
}
</style>
border-color css
<style>
span { border-color: #C84204; }
span { border-color: rgb(200,66,4); }
td.TdClassName
{
border-color: #C84204;
}
.TagClassName
{
border-color: #C84204;
}
</style>