Shades of Rust #C84506
Tints of Rust #C84506
RGB
CMYK
RGB Variations
Color information
#C84506 (or 0xC84506) is known color: Rust. HEX triplet: C8, 45 and 06. RGB value is (200,69,6). Sum of RGB (Red+Green+Blue) = 200+69+6=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C84506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84506 is #37BAF9. Grayscale: #656565. Windows color (decimal): -3652346 or 411080. OLE color: 411080.
HSL color Cylindrical-coordinate representation of color #C84506: hue angle of 19.48º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C84506 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.22 |
| HSL | 19.48º | 0.94% | 0.4% | - |
| HSV(B) | 19.48º | 0.97% | 0.78% | - |
| XYZ | 25.98 | 16.55 | 2 | - |
| YUV | 100.99 | 74.4 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 6 | 0 | 0.66 | 0.97 | 0.22 | 19.48 | 0.94 | 0.4 |
| Hex | C8 | 45 | 6 | 0 | 42 | 61 | 16 | 13 | 5E | 28 |
| Octal | 310 | 105 | 6 | 0 | 102 | 141 | 26 | 23 | 136 | 50 |
| Binary | 11001000 | 1000101 | 110 | 0 | 1000010 | 1100001 | 10110 | 10011 | 1011110 | 101000 |
Color Harmonies of #C84506
Complementary color
Monochromatic Colors of #C84506
Black with #C84506
Text Example
Text Example
White with #C84506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84506; }
p { color: rgb(200,69,6); }
H1.HeaderClassName
{
color: #C84506;
}
.AnyTagClassName
{
color: #C84506;
}
</style>
background-color css
<style>
a { background-color: #C84506; }
a { background-color: rgb(200,69,6); }
div.DivClassName
{
background-color: #C84506;
}
.BgClassName
{
background-color: #C84506;
}
</style>
border-color css
<style>
span { border-color: #C84506; }
span { border-color: rgb(200,69,6); }
td.TdClassName
{
border-color: #C84506;
}
.TagClassName
{
border-color: #C84506;
}
</style>