Shades of Rust #C84505
Tints of Rust #C84505
RGB
CMYK
RGB Variations
Color information
#C84505 (or 0xC84505) is known color: Rust. HEX triplet: C8, 45 and 05. RGB value is (200,69,5). Sum of RGB (Red+Green+Blue) = 200+69+5=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C84505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84505 is #37BAFA. Grayscale: #656565. Windows color (decimal): -3652347 or 345544. OLE color: 345544.
HSL color Cylindrical-coordinate representation of color #C84505: hue angle of 19.69º degrees, saturation: 0.95, 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 #C84505 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.22 |
| HSL | 19.69º | 0.95% | 0.4% | - |
| HSV(B) | 19.69º | 0.98% | 0.78% | - |
| XYZ | 25.97 | 16.55 | 1.97 | - |
| YUV | 100.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 5 | 0 | 0.66 | 0.98 | 0.22 | 19.69 | 0.95 | 0.4 |
| Hex | C8 | 45 | 5 | 0 | 42 | 62 | 16 | 14 | 5F | 28 |
| Octal | 310 | 105 | 5 | 0 | 102 | 142 | 26 | 24 | 137 | 50 |
| Binary | 11001000 | 1000101 | 101 | 0 | 1000010 | 1100010 | 10110 | 10100 | 1011111 | 101000 |
Color Harmonies of #C84505
Complementary color
Monochromatic Colors of #C84505
Black with #C84505
Text Example
Text Example
White with #C84505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84505; }
p { color: rgb(200,69,5); }
H1.HeaderClassName
{
color: #C84505;
}
.AnyTagClassName
{
color: #C84505;
}
</style>
background-color css
<style>
a { background-color: #C84505; }
a { background-color: rgb(200,69,5); }
div.DivClassName
{
background-color: #C84505;
}
.BgClassName
{
background-color: #C84505;
}
</style>
border-color css
<style>
span { border-color: #C84505; }
span { border-color: rgb(200,69,5); }
td.TdClassName
{
border-color: #C84505;
}
.TagClassName
{
border-color: #C84505;
}
</style>