Shades of Rust #C0510D
Tints of Rust #C0510D
RGB
CMYK
RGB Variations
Color information
#C0510D (or 0xC0510D) is known color: Rust. HEX triplet: C0, 51 and 0D. RGB value is (192,81,13). Sum of RGB (Red+Green+Blue) = 192+81+13=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0510D is #3FAEF2. Grayscale: #6A6A6A. Windows color (decimal): -4173555 or 872896. OLE color: 872896.
HSL color Cylindrical-coordinate representation of color #C0510D: hue angle of 22.79º 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 #C0510D is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 13 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.25 |
| HSL | 22.79º | 0.87% | 0.4% | - |
| HSV(B) | 22.79º | 0.93% | 0.75% | - |
| XYZ | 24.75 | 17.12 | 2.38 | - |
| YUV | 106.44 | 75.27 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 13 | 0 | 0.58 | 0.93 | 0.25 | 22.79 | 0.87 | 0.4 |
| Hex | C0 | 51 | D | 0 | 3A | 5D | 19 | 17 | 57 | 28 |
| Octal | 300 | 121 | 15 | 0 | 72 | 135 | 31 | 27 | 127 | 50 |
| Binary | 11000000 | 1010001 | 1101 | 0 | 111010 | 1011101 | 11001 | 10111 | 1010111 | 101000 |
Color Harmonies of #C0510D
Complementary color
Monochromatic Colors of #C0510D
Black with #C0510D
Text Example
Text Example
White with #C0510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0510D; }
p { color: rgb(192,81,13); }
H1.HeaderClassName
{
color: #C0510D;
}
.AnyTagClassName
{
color: #C0510D;
}
</style>
background-color css
<style>
a { background-color: #C0510D; }
a { background-color: rgb(192,81,13); }
div.DivClassName
{
background-color: #C0510D;
}
.BgClassName
{
background-color: #C0510D;
}
</style>
border-color css
<style>
span { border-color: #C0510D; }
span { border-color: rgb(192,81,13); }
td.TdClassName
{
border-color: #C0510D;
}
.TagClassName
{
border-color: #C0510D;
}
</style>