Shades of Rust #C84208
Tints of Rust #C84208
RGB
CMYK
RGB Variations
Color information
#C84208 (or 0xC84208) is known color: Rust. HEX triplet: C8, 42 and 08. RGB value is (200,66,8). Sum of RGB (Red+Green+Blue) = 200+66+8=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C84208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84208 is #37BDF7. Grayscale: #636363. Windows color (decimal): -3653112 or 541384. OLE color: 541384.
HSL color Cylindrical-coordinate representation of color #C84208: hue angle of 18.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C84208 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.22 |
| HSL | 18.13º | 0.92% | 0.41% | - |
| HSV(B) | 18.13º | 0.96% | 0.78% | - |
| XYZ | 25.81 | 16.19 | 1.99 | - |
| YUV | 99.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 8 | 0 | 0.67 | 0.96 | 0.22 | 18.13 | 0.92 | 0.41 |
| Hex | C8 | 42 | 8 | 0 | 43 | 60 | 16 | 12 | 5C | 29 |
| Octal | 310 | 102 | 10 | 0 | 103 | 140 | 26 | 22 | 134 | 51 |
| Binary | 11001000 | 1000010 | 1000 | 0 | 1000011 | 1100000 | 10110 | 10010 | 1011100 | 101001 |
Color Harmonies of #C84208
Complementary color
Monochromatic Colors of #C84208
Black with #C84208
Text Example
Text Example
White with #C84208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84208; }
p { color: rgb(200,66,8); }
H1.HeaderClassName
{
color: #C84208;
}
.AnyTagClassName
{
color: #C84208;
}
</style>
background-color css
<style>
a { background-color: #C84208; }
a { background-color: rgb(200,66,8); }
div.DivClassName
{
background-color: #C84208;
}
.BgClassName
{
background-color: #C84208;
}
</style>
border-color css
<style>
span { border-color: #C84208; }
span { border-color: rgb(200,66,8); }
td.TdClassName
{
border-color: #C84208;
}
.TagClassName
{
border-color: #C84208;
}
</style>