Shades of Rust #C84708
Tints of Rust #C84708
RGB
CMYK
RGB Variations
Color information
#C84708 (or 0xC84708) is known color: Rust. HEX triplet: C8, 47 and 08. RGB value is (200,71,8). Sum of RGB (Red+Green+Blue) = 200+71+8=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C84708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84708 is #37B8F7. Grayscale: #666666. Windows color (decimal): -3651832 or 542664. OLE color: 542664.
HSL color Cylindrical-coordinate representation of color #C84708: hue angle of 19.69º 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 #C84708 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.22 |
| HSL | 19.69º | 0.92% | 0.41% | - |
| HSV(B) | 19.69º | 0.96% | 0.78% | - |
| XYZ | 26.12 | 16.8 | 2.1 | - |
| YUV | 102.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 8 | 0 | 0.64 | 0.96 | 0.22 | 19.69 | 0.92 | 0.41 |
| Hex | C8 | 47 | 8 | 0 | 40 | 60 | 16 | 14 | 5C | 29 |
| Octal | 310 | 107 | 10 | 0 | 100 | 140 | 26 | 24 | 134 | 51 |
| Binary | 11001000 | 1000111 | 1000 | 0 | 1000000 | 1100000 | 10110 | 10100 | 1011100 | 101001 |
Color Harmonies of #C84708
Complementary color
Monochromatic Colors of #C84708
Black with #C84708
Text Example
Text Example
White with #C84708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84708; }
p { color: rgb(200,71,8); }
H1.HeaderClassName
{
color: #C84708;
}
.AnyTagClassName
{
color: #C84708;
}
</style>
background-color css
<style>
a { background-color: #C84708; }
a { background-color: rgb(200,71,8); }
div.DivClassName
{
background-color: #C84708;
}
.BgClassName
{
background-color: #C84708;
}
</style>
border-color css
<style>
span { border-color: #C84708; }
span { border-color: rgb(200,71,8); }
td.TdClassName
{
border-color: #C84708;
}
.TagClassName
{
border-color: #C84708;
}
</style>