Shades of Rust #C05016
Tints of Rust #C05016
RGB
CMYK
RGB Variations
Color information
#C05016 (or 0xC05016) is known color: Rust. HEX triplet: C0, 50 and 16. RGB value is (192,80,22). Sum of RGB (Red+Green+Blue) = 192+80+22=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C05016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05016 is #3FAFE9. Grayscale: #6B6B6B. Windows color (decimal): -4173802 or 1462464. OLE color: 1462464.
HSL color Cylindrical-coordinate representation of color #C05016: hue angle of 20.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05016 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 22 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.25 |
| HSL | 20.47º | 0.79% | 0.42% | - |
| HSV(B) | 20.47º | 0.89% | 0.75% | - |
| XYZ | 24.75 | 17 | 2.74 | - |
| YUV | 106.88 | 80.11 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 22 | 0 | 0.58 | 0.89 | 0.25 | 20.47 | 0.79 | 0.42 |
| Hex | C0 | 50 | 16 | 0 | 3A | 59 | 19 | 14 | 4F | 2A |
| Octal | 300 | 120 | 26 | 0 | 72 | 131 | 31 | 24 | 117 | 52 |
| Binary | 11000000 | 1010000 | 10110 | 0 | 111010 | 1011001 | 11001 | 10100 | 1001111 | 101010 |
Color Harmonies of #C05016
Complementary color
Monochromatic Colors of #C05016
Black with #C05016
Text Example
Text Example
White with #C05016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05016; }
p { color: rgb(192,80,22); }
H1.HeaderClassName
{
color: #C05016;
}
.AnyTagClassName
{
color: #C05016;
}
</style>
background-color css
<style>
a { background-color: #C05016; }
a { background-color: rgb(192,80,22); }
div.DivClassName
{
background-color: #C05016;
}
.BgClassName
{
background-color: #C05016;
}
</style>
border-color css
<style>
span { border-color: #C05016; }
span { border-color: rgb(192,80,22); }
td.TdClassName
{
border-color: #C05016;
}
.TagClassName
{
border-color: #C05016;
}
</style>