Shades of Rust #C05017
Tints of Rust #C05017
RGB
CMYK
RGB Variations
Color information
#C05017 (or 0xC05017) is known color: Rust. HEX triplet: C0, 50 and 17. RGB value is (192,80,23). Sum of RGB (Red+Green+Blue) = 192+80+23=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C05017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05017 is #3FAFE8. Grayscale: #6B6B6B. Windows color (decimal): -4173801 or 1528000. OLE color: 1528000.
HSL color Cylindrical-coordinate representation of color #C05017: hue angle of 20.24º 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 #C05017 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 23 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.25 |
| HSL | 20.24º | 0.79% | 0.42% | - |
| HSV(B) | 20.24º | 0.88% | 0.75% | - |
| XYZ | 24.76 | 17.01 | 2.79 | - |
| YUV | 106.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 23 | 0 | 0.58 | 0.88 | 0.25 | 20.24 | 0.79 | 0.42 |
| Hex | C0 | 50 | 17 | 0 | 3A | 58 | 19 | 14 | 4F | 2A |
| Octal | 300 | 120 | 27 | 0 | 72 | 130 | 31 | 24 | 117 | 52 |
| Binary | 11000000 | 1010000 | 10111 | 0 | 111010 | 1011000 | 11001 | 10100 | 1001111 | 101010 |
Color Harmonies of #C05017
Complementary color
Monochromatic Colors of #C05017
Black with #C05017
Text Example
Text Example
White with #C05017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05017; }
p { color: rgb(192,80,23); }
H1.HeaderClassName
{
color: #C05017;
}
.AnyTagClassName
{
color: #C05017;
}
</style>
background-color css
<style>
a { background-color: #C05017; }
a { background-color: rgb(192,80,23); }
div.DivClassName
{
background-color: #C05017;
}
.BgClassName
{
background-color: #C05017;
}
</style>
border-color css
<style>
span { border-color: #C05017; }
span { border-color: rgb(192,80,23); }
td.TdClassName
{
border-color: #C05017;
}
.TagClassName
{
border-color: #C05017;
}
</style>