Shades of Rust #C0500D
Tints of Rust #C0500D
RGB
CMYK
RGB Variations
Color information
#C0500D (or 0xC0500D) is known color: Rust. HEX triplet: C0, 50 and 0D. RGB value is (192,80,13). Sum of RGB (Red+Green+Blue) = 192+80+13=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0500D is #3FAFF2. Grayscale: #6A6A6A. Windows color (decimal): -4173811 or 872640. OLE color: 872640.
HSL color Cylindrical-coordinate representation of color #C0500D: hue angle of 22.46º degrees, saturation: 0.87, 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 #C0500D is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 13 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.25 |
| HSL | 22.46º | 0.87% | 0.4% | - |
| HSV(B) | 22.46º | 0.93% | 0.75% | - |
| XYZ | 24.68 | 16.97 | 2.36 | - |
| YUV | 105.85 | 75.61 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 13 | 0 | 0.58 | 0.93 | 0.25 | 22.46 | 0.87 | 0.4 |
| Hex | C0 | 50 | D | 0 | 3A | 5D | 19 | 16 | 57 | 28 |
| Octal | 300 | 120 | 15 | 0 | 72 | 135 | 31 | 26 | 127 | 50 |
| Binary | 11000000 | 1010000 | 1101 | 0 | 111010 | 1011101 | 11001 | 10110 | 1010111 | 101000 |
Color Harmonies of #C0500D
Complementary color
Monochromatic Colors of #C0500D
Black with #C0500D
Text Example
Text Example
White with #C0500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0500D; }
p { color: rgb(192,80,13); }
H1.HeaderClassName
{
color: #C0500D;
}
.AnyTagClassName
{
color: #C0500D;
}
</style>
background-color css
<style>
a { background-color: #C0500D; }
a { background-color: rgb(192,80,13); }
div.DivClassName
{
background-color: #C0500D;
}
.BgClassName
{
background-color: #C0500D;
}
</style>
border-color css
<style>
span { border-color: #C0500D; }
span { border-color: rgb(192,80,13); }
td.TdClassName
{
border-color: #C0500D;
}
.TagClassName
{
border-color: #C0500D;
}
</style>