Shades of Rust #C05517
Tints of Rust #C05517
RGB
CMYK
RGB Variations
Color information
#C05517 (or 0xC05517) is known color: Rust. HEX triplet: C0, 55 and 17. RGB value is (192,85,23). Sum of RGB (Red+Green+Blue) = 192+85+23=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C05517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05517 is #3FAAE8. Grayscale: #6E6E6E. Windows color (decimal): -4172521 or 1529280. OLE color: 1529280.
HSL color Cylindrical-coordinate representation of color #C05517: hue angle of 22.01º 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 #C05517 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.25 |
| HSL | 22.01º | 0.79% | 0.42% | - |
| HSV(B) | 22.01º | 0.88% | 0.75% | - |
| XYZ | 25.14 | 17.77 | 2.91 | - |
| YUV | 109.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 23 | 0 | 0.56 | 0.88 | 0.25 | 22.01 | 0.79 | 0.42 |
| Hex | C0 | 55 | 17 | 0 | 38 | 58 | 19 | 16 | 4F | 2A |
| Octal | 300 | 125 | 27 | 0 | 70 | 130 | 31 | 26 | 117 | 52 |
| Binary | 11000000 | 1010101 | 10111 | 0 | 111000 | 1011000 | 11001 | 10110 | 1001111 | 101010 |
Color Harmonies of #C05517
Complementary color
Monochromatic Colors of #C05517
Black with #C05517
Text Example
Text Example
White with #C05517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05517; }
p { color: rgb(192,85,23); }
H1.HeaderClassName
{
color: #C05517;
}
.AnyTagClassName
{
color: #C05517;
}
</style>
background-color css
<style>
a { background-color: #C05517; }
a { background-color: rgb(192,85,23); }
div.DivClassName
{
background-color: #C05517;
}
.BgClassName
{
background-color: #C05517;
}
</style>
border-color css
<style>
span { border-color: #C05517; }
span { border-color: rgb(192,85,23); }
td.TdClassName
{
border-color: #C05517;
}
.TagClassName
{
border-color: #C05517;
}
</style>