Shades of Rust #C84810
Tints of Rust #C84810
RGB
CMYK
RGB Variations
Color information
#C84810 (or 0xC84810) is known color: Rust. HEX triplet: C8, 48 and 10. RGB value is (200,72,16). Sum of RGB (Red+Green+Blue) = 200+72+16=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C84810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84810 is #37B7EF. Grayscale: #686868. Windows color (decimal): -3651568 or 1067208. OLE color: 1067208.
HSL color Cylindrical-coordinate representation of color #C84810: hue angle of 18.26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C84810 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 16 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.22 |
| HSL | 18.26º | 0.85% | 0.42% | - |
| HSV(B) | 18.26º | 0.92% | 0.78% | - |
| XYZ | 26.23 | 16.95 | 2.38 | - |
| YUV | 103.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 16 | 0 | 0.64 | 0.92 | 0.22 | 18.26 | 0.85 | 0.42 |
| Hex | C8 | 48 | 10 | 0 | 40 | 5C | 16 | 12 | 55 | 2A |
| Octal | 310 | 110 | 20 | 0 | 100 | 134 | 26 | 22 | 125 | 52 |
| Binary | 11001000 | 1001000 | 10000 | 0 | 1000000 | 1011100 | 10110 | 10010 | 1010101 | 101010 |
Color Harmonies of #C84810
Complementary color
Monochromatic Colors of #C84810
Black with #C84810
Text Example
Text Example
White with #C84810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84810; }
p { color: rgb(200,72,16); }
H1.HeaderClassName
{
color: #C84810;
}
.AnyTagClassName
{
color: #C84810;
}
</style>
background-color css
<style>
a { background-color: #C84810; }
a { background-color: rgb(200,72,16); }
div.DivClassName
{
background-color: #C84810;
}
.BgClassName
{
background-color: #C84810;
}
</style>
border-color css
<style>
span { border-color: #C84810; }
span { border-color: rgb(200,72,16); }
td.TdClassName
{
border-color: #C84810;
}
.TagClassName
{
border-color: #C84810;
}
</style>