Shades of Rust #C04A0E
Tints of Rust #C04A0E
RGB
CMYK
RGB Variations
Color information
#C04A0E (or 0xC04A0E) is known color: Rust. HEX triplet: C0, 4A and 0E. RGB value is (192,74,14). Sum of RGB (Red+Green+Blue) = 192+74+14=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A0E is #3FB5F1. Grayscale: #666666. Windows color (decimal): -4175346 or 936640. OLE color: 936640.
HSL color Cylindrical-coordinate representation of color #C04A0E: hue angle of 20.22º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C04A0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.25 |
| HSL | 20.22º | 0.86% | 0.4% | - |
| HSV(B) | 20.22º | 0.93% | 0.75% | - |
| XYZ | 24.27 | 16.14 | 2.25 | - |
| YUV | 102.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 14 | 0 | 0.61 | 0.93 | 0.25 | 20.22 | 0.86 | 0.4 |
| Hex | C0 | 4A | E | 0 | 3D | 5D | 19 | 14 | 56 | 28 |
| Octal | 300 | 112 | 16 | 0 | 75 | 135 | 31 | 24 | 126 | 50 |
| Binary | 11000000 | 1001010 | 1110 | 0 | 111101 | 1011101 | 11001 | 10100 | 1010110 | 101000 |
Color Harmonies of #C04A0E
Complementary color
Monochromatic Colors of #C04A0E
Black with #C04A0E
Text Example
Text Example
White with #C04A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A0E; }
p { color: rgb(192,74,14); }
H1.HeaderClassName
{
color: #C04A0E;
}
.AnyTagClassName
{
color: #C04A0E;
}
</style>
background-color css
<style>
a { background-color: #C04A0E; }
a { background-color: rgb(192,74,14); }
div.DivClassName
{
background-color: #C04A0E;
}
.BgClassName
{
background-color: #C04A0E;
}
</style>
border-color css
<style>
span { border-color: #C04A0E; }
span { border-color: rgb(192,74,14); }
td.TdClassName
{
border-color: #C04A0E;
}
.TagClassName
{
border-color: #C04A0E;
}
</style>