Shades of Rust #C05018
Tints of Rust #C05018
RGB
CMYK
RGB Variations
Color information
#C05018 (or 0xC05018) is known color: Rust. HEX triplet: C0, 50 and 18. RGB value is (192,80,24). Sum of RGB (Red+Green+Blue) = 192+80+24=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C05018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05018 is #3FAFE7. Grayscale: #6B6B6B. Windows color (decimal): -4173800 or 1593536. OLE color: 1593536.
HSL color Cylindrical-coordinate representation of color #C05018: hue angle of 20º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C05018 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 24 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.25 |
| HSL | 20º | 0.78% | 0.42% | - |
| HSV(B) | 20º | 0.88% | 0.75% | - |
| XYZ | 24.77 | 17.01 | 2.84 | - |
| YUV | 107.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 24 | 0 | 0.58 | 0.88 | 0.25 | 20 | 0.78 | 0.42 |
| Hex | C0 | 50 | 18 | 0 | 3A | 58 | 19 | 14 | 4E | 2A |
| Octal | 300 | 120 | 30 | 0 | 72 | 130 | 31 | 24 | 116 | 52 |
| Binary | 11000000 | 1010000 | 11000 | 0 | 111010 | 1011000 | 11001 | 10100 | 1001110 | 101010 |
Color Harmonies of #C05018
Complementary color
Monochromatic Colors of #C05018
Black with #C05018
Text Example
Text Example
White with #C05018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05018; }
p { color: rgb(192,80,24); }
H1.HeaderClassName
{
color: #C05018;
}
.AnyTagClassName
{
color: #C05018;
}
</style>
background-color css
<style>
a { background-color: #C05018; }
a { background-color: rgb(192,80,24); }
div.DivClassName
{
background-color: #C05018;
}
.BgClassName
{
background-color: #C05018;
}
</style>
border-color css
<style>
span { border-color: #C05018; }
span { border-color: rgb(192,80,24); }
td.TdClassName
{
border-color: #C05018;
}
.TagClassName
{
border-color: #C05018;
}
</style>