Shades of Rust #C0500E
Tints of Rust #C0500E
RGB
CMYK
RGB Variations
Color information
#C0500E (or 0xC0500E) is known color: Rust. HEX triplet: C0, 50 and 0E. RGB value is (192,80,14). Sum of RGB (Red+Green+Blue) = 192+80+14=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0500E is #3FAFF1. Grayscale: #6A6A6A. Windows color (decimal): -4173810 or 938176. OLE color: 938176.
HSL color Cylindrical-coordinate representation of color #C0500E: hue angle of 22.25º 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 #C0500E is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 14 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.25 |
| HSL | 22.25º | 0.86% | 0.4% | - |
| HSV(B) | 22.25º | 0.93% | 0.75% | - |
| XYZ | 24.69 | 16.98 | 2.39 | - |
| YUV | 105.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 14 | 0 | 0.58 | 0.93 | 0.25 | 22.25 | 0.86 | 0.4 |
| Hex | C0 | 50 | E | 0 | 3A | 5D | 19 | 16 | 56 | 28 |
| Octal | 300 | 120 | 16 | 0 | 72 | 135 | 31 | 26 | 126 | 50 |
| Binary | 11000000 | 1010000 | 1110 | 0 | 111010 | 1011101 | 11001 | 10110 | 1010110 | 101000 |
Color Harmonies of #C0500E
Complementary color
Monochromatic Colors of #C0500E
Black with #C0500E
Text Example
Text Example
White with #C0500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0500E; }
p { color: rgb(192,80,14); }
H1.HeaderClassName
{
color: #C0500E;
}
.AnyTagClassName
{
color: #C0500E;
}
</style>
background-color css
<style>
a { background-color: #C0500E; }
a { background-color: rgb(192,80,14); }
div.DivClassName
{
background-color: #C0500E;
}
.BgClassName
{
background-color: #C0500E;
}
</style>
border-color css
<style>
span { border-color: #C0500E; }
span { border-color: rgb(192,80,14); }
td.TdClassName
{
border-color: #C0500E;
}
.TagClassName
{
border-color: #C0500E;
}
</style>