Shades of Rust #C84A0E
Tints of Rust #C84A0E
RGB
CMYK
RGB Variations
Color information
#C84A0E (or 0xC84A0E) is known color: Rust. HEX triplet: C8, 4A and 0E. RGB value is (200,74,14). Sum of RGB (Red+Green+Blue) = 200+74+14=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84A0E is #37B5F1. Grayscale: #696969. Windows color (decimal): -3651058 or 936648. OLE color: 936648.
HSL color Cylindrical-coordinate representation of color #C84A0E: hue angle of 19.35º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C84A0E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.22 |
| HSL | 19.35º | 0.87% | 0.42% | - |
| HSV(B) | 19.35º | 0.93% | 0.78% | - |
| XYZ | 26.35 | 17.21 | 2.35 | - |
| YUV | 104.83 | 76.74 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 14 | 0 | 0.63 | 0.93 | 0.22 | 19.35 | 0.87 | 0.42 |
| Hex | C8 | 4A | E | 0 | 3F | 5D | 16 | 13 | 57 | 2A |
| Octal | 310 | 112 | 16 | 0 | 77 | 135 | 26 | 23 | 127 | 52 |
| Binary | 11001000 | 1001010 | 1110 | 0 | 111111 | 1011101 | 10110 | 10011 | 1010111 | 101010 |
Color Harmonies of #C84A0E
Complementary color
Monochromatic Colors of #C84A0E
Black with #C84A0E
Text Example
Text Example
White with #C84A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A0E; }
p { color: rgb(200,74,14); }
H1.HeaderClassName
{
color: #C84A0E;
}
.AnyTagClassName
{
color: #C84A0E;
}
</style>
background-color css
<style>
a { background-color: #C84A0E; }
a { background-color: rgb(200,74,14); }
div.DivClassName
{
background-color: #C84A0E;
}
.BgClassName
{
background-color: #C84A0E;
}
</style>
border-color css
<style>
span { border-color: #C84A0E; }
span { border-color: rgb(200,74,14); }
td.TdClassName
{
border-color: #C84A0E;
}
.TagClassName
{
border-color: #C84A0E;
}
</style>