Shades of Rust #C0501D
Tints of Rust #C0501D
RGB
CMYK
RGB Variations
Color information
#C0501D (or 0xC0501D) is known color: Rust. HEX triplet: C0, 50 and 1D. RGB value is (192,80,29). Sum of RGB (Red+Green+Blue) = 192+80+29=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0501D is #3FAFE2. Grayscale: #6B6B6B. Windows color (decimal): -4173795 or 1921216. OLE color: 1921216.
HSL color Cylindrical-coordinate representation of color #C0501D: hue angle of 18.77º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0501D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 29 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.25 |
| HSL | 18.77º | 0.74% | 0.43% | - |
| HSV(B) | 18.77º | 0.85% | 0.75% | - |
| XYZ | 24.83 | 17.03 | 3.14 | - |
| YUV | 107.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 29 | 0 | 0.58 | 0.85 | 0.25 | 18.77 | 0.74 | 0.43 |
| Hex | C0 | 50 | 1D | 0 | 3A | 55 | 19 | 13 | 4A | 2B |
| Octal | 300 | 120 | 35 | 0 | 72 | 125 | 31 | 23 | 112 | 53 |
| Binary | 11000000 | 1010000 | 11101 | 0 | 111010 | 1010101 | 11001 | 10011 | 1001010 | 101011 |
Color Harmonies of #C0501D
Complementary color
Monochromatic Colors of #C0501D
Black with #C0501D
Text Example
Text Example
White with #C0501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0501D; }
p { color: rgb(192,80,29); }
H1.HeaderClassName
{
color: #C0501D;
}
.AnyTagClassName
{
color: #C0501D;
}
</style>
background-color css
<style>
a { background-color: #C0501D; }
a { background-color: rgb(192,80,29); }
div.DivClassName
{
background-color: #C0501D;
}
.BgClassName
{
background-color: #C0501D;
}
</style>
border-color css
<style>
span { border-color: #C0501D; }
span { border-color: rgb(192,80,29); }
td.TdClassName
{
border-color: #C0501D;
}
.TagClassName
{
border-color: #C0501D;
}
</style>