Shades of Rust #C0501A
Tints of Rust #C0501A
RGB
CMYK
RGB Variations
Color information
#C0501A (or 0xC0501A) is known color: Rust. HEX triplet: C0, 50 and 1A. RGB value is (192,80,26). Sum of RGB (Red+Green+Blue) = 192+80+26=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C0501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0501A is #3FAFE5. Grayscale: #6B6B6B. Windows color (decimal): -4173798 or 1724608. OLE color: 1724608.
HSL color Cylindrical-coordinate representation of color #C0501A: hue angle of 19.52º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0501A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 26 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.25 |
| HSL | 19.52º | 0.76% | 0.43% | - |
| HSV(B) | 19.52º | 0.86% | 0.75% | - |
| XYZ | 24.79 | 17.02 | 2.96 | - |
| YUV | 107.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 26 | 0 | 0.58 | 0.86 | 0.25 | 19.52 | 0.76 | 0.43 |
| Hex | C0 | 50 | 1A | 0 | 3A | 56 | 19 | 14 | 4C | 2B |
| Octal | 300 | 120 | 32 | 0 | 72 | 126 | 31 | 24 | 114 | 53 |
| Binary | 11000000 | 1010000 | 11010 | 0 | 111010 | 1010110 | 11001 | 10100 | 1001100 | 101011 |
Color Harmonies of #C0501A
Complementary color
Monochromatic Colors of #C0501A
Black with #C0501A
Text Example
Text Example
White with #C0501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0501A; }
p { color: rgb(192,80,26); }
H1.HeaderClassName
{
color: #C0501A;
}
.AnyTagClassName
{
color: #C0501A;
}
</style>
background-color css
<style>
a { background-color: #C0501A; }
a { background-color: rgb(192,80,26); }
div.DivClassName
{
background-color: #C0501A;
}
.BgClassName
{
background-color: #C0501A;
}
</style>
border-color css
<style>
span { border-color: #C0501A; }
span { border-color: rgb(192,80,26); }
td.TdClassName
{
border-color: #C0501A;
}
.TagClassName
{
border-color: #C0501A;
}
</style>