Shades of Rust #C05012
Tints of Rust #C05012
RGB
CMYK
RGB Variations
Color information
#C05012 (or 0xC05012) is known color: Rust. HEX triplet: C0, 50 and 12. RGB value is (192,80,18). Sum of RGB (Red+Green+Blue) = 192+80+18=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C05012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05012 is #3FAFED. Grayscale: #6A6A6A. Windows color (decimal): -4173806 or 1200320. OLE color: 1200320.
HSL color Cylindrical-coordinate representation of color #C05012: hue angle of 21.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C05012 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.25 |
| HSL | 21.38º | 0.83% | 0.41% | - |
| HSV(B) | 21.38º | 0.91% | 0.75% | - |
| XYZ | 24.72 | 16.99 | 2.55 | - |
| YUV | 106.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 18 | 0 | 0.58 | 0.91 | 0.25 | 21.38 | 0.83 | 0.41 |
| Hex | C0 | 50 | 12 | 0 | 3A | 5B | 19 | 15 | 53 | 29 |
| Octal | 300 | 120 | 22 | 0 | 72 | 133 | 31 | 25 | 123 | 51 |
| Binary | 11000000 | 1010000 | 10010 | 0 | 111010 | 1011011 | 11001 | 10101 | 1010011 | 101001 |
Color Harmonies of #C05012
Complementary color
Monochromatic Colors of #C05012
Black with #C05012
Text Example
Text Example
White with #C05012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05012; }
p { color: rgb(192,80,18); }
H1.HeaderClassName
{
color: #C05012;
}
.AnyTagClassName
{
color: #C05012;
}
</style>
background-color css
<style>
a { background-color: #C05012; }
a { background-color: rgb(192,80,18); }
div.DivClassName
{
background-color: #C05012;
}
.BgClassName
{
background-color: #C05012;
}
</style>
border-color css
<style>
span { border-color: #C05012; }
span { border-color: rgb(192,80,18); }
td.TdClassName
{
border-color: #C05012;
}
.TagClassName
{
border-color: #C05012;
}
</style>