Shades of Rust #C05010
Tints of Rust #C05010
RGB
CMYK
RGB Variations
Color information
#C05010 (or 0xC05010) is known color: Rust. HEX triplet: C0, 50 and 10. RGB value is (192,80,16). Sum of RGB (Red+Green+Blue) = 192+80+16=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C05010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05010 is #3FAFEF. Grayscale: #6A6A6A. Windows color (decimal): -4173808 or 1069248. OLE color: 1069248.
HSL color Cylindrical-coordinate representation of color #C05010: hue angle of 21.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C05010 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.25 |
| HSL | 21.82º | 0.85% | 0.41% | - |
| HSV(B) | 21.82º | 0.92% | 0.75% | - |
| XYZ | 24.7 | 16.98 | 2.47 | - |
| YUV | 106.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 16 | 0 | 0.58 | 0.92 | 0.25 | 21.82 | 0.85 | 0.41 |
| Hex | C0 | 50 | 10 | 0 | 3A | 5C | 19 | 16 | 55 | 29 |
| Octal | 300 | 120 | 20 | 0 | 72 | 134 | 31 | 26 | 125 | 51 |
| Binary | 11000000 | 1010000 | 10000 | 0 | 111010 | 1011100 | 11001 | 10110 | 1010101 | 101001 |
Color Harmonies of #C05010
Complementary color
Monochromatic Colors of #C05010
Black with #C05010
Text Example
Text Example
White with #C05010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05010; }
p { color: rgb(192,80,16); }
H1.HeaderClassName
{
color: #C05010;
}
.AnyTagClassName
{
color: #C05010;
}
</style>
background-color css
<style>
a { background-color: #C05010; }
a { background-color: rgb(192,80,16); }
div.DivClassName
{
background-color: #C05010;
}
.BgClassName
{
background-color: #C05010;
}
</style>
border-color css
<style>
span { border-color: #C05010; }
span { border-color: rgb(192,80,16); }
td.TdClassName
{
border-color: #C05010;
}
.TagClassName
{
border-color: #C05010;
}
</style>