Shades of Rust #C05117
Tints of Rust #C05117
RGB
CMYK
RGB Variations
Color information
#C05117 (or 0xC05117) is known color: Rust. HEX triplet: C0, 51 and 17. RGB value is (192,81,23). Sum of RGB (Red+Green+Blue) = 192+81+23=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C05117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05117 is #3FAEE8. Grayscale: #6B6B6B. Windows color (decimal): -4173545 or 1528256. OLE color: 1528256.
HSL color Cylindrical-coordinate representation of color #C05117: hue angle of 20.59º degrees, saturation: 0.79, 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 #C05117 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 23 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.25 |
| HSL | 20.59º | 0.79% | 0.42% | - |
| HSV(B) | 20.59º | 0.88% | 0.75% | - |
| XYZ | 24.84 | 17.15 | 2.81 | - |
| YUV | 107.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 23 | 0 | 0.58 | 0.88 | 0.25 | 20.59 | 0.79 | 0.42 |
| Hex | C0 | 51 | 17 | 0 | 3A | 58 | 19 | 15 | 4F | 2A |
| Octal | 300 | 121 | 27 | 0 | 72 | 130 | 31 | 25 | 117 | 52 |
| Binary | 11000000 | 1010001 | 10111 | 0 | 111010 | 1011000 | 11001 | 10101 | 1001111 | 101010 |
Color Harmonies of #C05117
Complementary color
Monochromatic Colors of #C05117
Black with #C05117
Text Example
Text Example
White with #C05117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05117; }
p { color: rgb(192,81,23); }
H1.HeaderClassName
{
color: #C05117;
}
.AnyTagClassName
{
color: #C05117;
}
</style>
background-color css
<style>
a { background-color: #C05117; }
a { background-color: rgb(192,81,23); }
div.DivClassName
{
background-color: #C05117;
}
.BgClassName
{
background-color: #C05117;
}
</style>
border-color css
<style>
span { border-color: #C05117; }
span { border-color: rgb(192,81,23); }
td.TdClassName
{
border-color: #C05117;
}
.TagClassName
{
border-color: #C05117;
}
</style>