Shades of Rust #C75217
Tints of Rust #C75217
RGB
CMYK
RGB Variations
Color information
#C75217 (or 0xC75217) is known color: Rust. HEX triplet: C7, 52 and 17. RGB value is (199,82,23). Sum of RGB (Red+Green+Blue) = 199+82+23=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C75217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75217 is #38ADE8. Grayscale: #6E6E6E. Windows color (decimal): -3714537 or 1528519. OLE color: 1528519.
HSL color Cylindrical-coordinate representation of color #C75217: hue angle of 20.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C75217 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.22 |
| HSL | 20.11º | 0.79% | 0.44% | - |
| HSV(B) | 20.11º | 0.88% | 0.78% | - |
| XYZ | 26.73 | 18.24 | 2.92 | - |
| YUV | 110.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 23 | 0 | 0.59 | 0.88 | 0.22 | 20.11 | 0.79 | 0.44 |
| Hex | C7 | 52 | 17 | 0 | 3B | 58 | 16 | 14 | 4F | 2C |
| Octal | 307 | 122 | 27 | 0 | 73 | 130 | 26 | 24 | 117 | 54 |
| Binary | 11000111 | 1010010 | 10111 | 0 | 111011 | 1011000 | 10110 | 10100 | 1001111 | 101100 |
Color Harmonies of #C75217
Complementary color
Monochromatic Colors of #C75217
Black with #C75217
Text Example
Text Example
White with #C75217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75217; }
p { color: rgb(199,82,23); }
H1.HeaderClassName
{
color: #C75217;
}
.AnyTagClassName
{
color: #C75217;
}
</style>
background-color css
<style>
a { background-color: #C75217; }
a { background-color: rgb(199,82,23); }
div.DivClassName
{
background-color: #C75217;
}
.BgClassName
{
background-color: #C75217;
}
</style>
border-color css
<style>
span { border-color: #C75217; }
span { border-color: rgb(199,82,23); }
td.TdClassName
{
border-color: #C75217;
}
.TagClassName
{
border-color: #C75217;
}
</style>