Shades of Rust #C04810
Tints of Rust #C04810
RGB
CMYK
RGB Variations
Color information
#C04810 (or 0xC04810) is known color: Rust. HEX triplet: C0, 48 and 10. RGB value is (192,72,16). Sum of RGB (Red+Green+Blue) = 192+72+16=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04810 is #3FB7EF. Grayscale: #656565. Windows color (decimal): -4175856 or 1067200. OLE color: 1067200.
HSL color Cylindrical-coordinate representation of color #C04810: hue angle of 19.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C04810 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.25 |
| HSL | 19.09º | 0.85% | 0.41% | - |
| HSV(B) | 19.09º | 0.92% | 0.75% | - |
| XYZ | 24.15 | 15.88 | 2.28 | - |
| YUV | 101.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 16 | 0 | 0.63 | 0.92 | 0.25 | 19.09 | 0.85 | 0.41 |
| Hex | C0 | 48 | 10 | 0 | 3F | 5C | 19 | 13 | 55 | 29 |
| Octal | 300 | 110 | 20 | 0 | 77 | 134 | 31 | 23 | 125 | 51 |
| Binary | 11000000 | 1001000 | 10000 | 0 | 111111 | 1011100 | 11001 | 10011 | 1010101 | 101001 |
Color Harmonies of #C04810
Complementary color
Monochromatic Colors of #C04810
Black with #C04810
Text Example
Text Example
White with #C04810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04810; }
p { color: rgb(192,72,16); }
H1.HeaderClassName
{
color: #C04810;
}
.AnyTagClassName
{
color: #C04810;
}
</style>
background-color css
<style>
a { background-color: #C04810; }
a { background-color: rgb(192,72,16); }
div.DivClassName
{
background-color: #C04810;
}
.BgClassName
{
background-color: #C04810;
}
</style>
border-color css
<style>
span { border-color: #C04810; }
span { border-color: rgb(192,72,16); }
td.TdClassName
{
border-color: #C04810;
}
.TagClassName
{
border-color: #C04810;
}
</style>