Shades of Rust #C65217
Tints of Rust #C65217
RGB
CMYK
RGB Variations
Color information
#C65217 (or 0xC65217) is known color: Rust. HEX triplet: C6, 52 and 17. RGB value is (198,82,23). Sum of RGB (Red+Green+Blue) = 198+82+23=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65217 is #39ADE8. Grayscale: #6E6E6E. Windows color (decimal): -3780073 or 1528518. OLE color: 1528518.
HSL color Cylindrical-coordinate representation of color #C65217: hue angle of 20.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C65217 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.22 |
| HSL | 20.23º | 0.79% | 0.43% | - |
| HSV(B) | 20.23º | 0.88% | 0.78% | - |
| XYZ | 26.46 | 18.1 | 2.91 | - |
| YUV | 109.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 23 | 0 | 0.59 | 0.88 | 0.22 | 20.23 | 0.79 | 0.43 |
| Hex | C6 | 52 | 17 | 0 | 3B | 58 | 16 | 14 | 4F | 2B |
| Octal | 306 | 122 | 27 | 0 | 73 | 130 | 26 | 24 | 117 | 53 |
| Binary | 11000110 | 1010010 | 10111 | 0 | 111011 | 1011000 | 10110 | 10100 | 1001111 | 101011 |
Color Harmonies of #C65217
Complementary color
Monochromatic Colors of #C65217
Black with #C65217
Text Example
Text Example
White with #C65217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65217; }
p { color: rgb(198,82,23); }
H1.HeaderClassName
{
color: #C65217;
}
.AnyTagClassName
{
color: #C65217;
}
</style>
background-color css
<style>
a { background-color: #C65217; }
a { background-color: rgb(198,82,23); }
div.DivClassName
{
background-color: #C65217;
}
.BgClassName
{
background-color: #C65217;
}
</style>
border-color css
<style>
span { border-color: #C65217; }
span { border-color: rgb(198,82,23); }
td.TdClassName
{
border-color: #C65217;
}
.TagClassName
{
border-color: #C65217;
}
</style>