Shades of Rust #C45217
Tints of Rust #C45217
RGB
CMYK
RGB Variations
Color information
#C45217 (or 0xC45217) is known color: Rust. HEX triplet: C4, 52 and 17. RGB value is (196,82,23). Sum of RGB (Red+Green+Blue) = 196+82+23=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C45217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45217 is #3BADE8. Grayscale: #6D6D6D. Windows color (decimal): -3911145 or 1528516. OLE color: 1528516.
HSL color Cylindrical-coordinate representation of color #C45217: hue angle of 20.46º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C45217 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 23 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.23 |
| HSL | 20.46º | 0.79% | 0.43% | - |
| HSV(B) | 20.46º | 0.88% | 0.77% | - |
| XYZ | 25.94 | 17.83 | 2.89 | - |
| YUV | 109.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 23 | 0 | 0.58 | 0.88 | 0.23 | 20.46 | 0.79 | 0.43 |
| Hex | C4 | 52 | 17 | 0 | 3A | 58 | 17 | 14 | 4F | 2B |
| Octal | 304 | 122 | 27 | 0 | 72 | 130 | 27 | 24 | 117 | 53 |
| Binary | 11000100 | 1010010 | 10111 | 0 | 111010 | 1011000 | 10111 | 10100 | 1001111 | 101011 |
Color Harmonies of #C45217
Complementary color
Monochromatic Colors of #C45217
Black with #C45217
Text Example
Text Example
White with #C45217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45217; }
p { color: rgb(196,82,23); }
H1.HeaderClassName
{
color: #C45217;
}
.AnyTagClassName
{
color: #C45217;
}
</style>
background-color css
<style>
a { background-color: #C45217; }
a { background-color: rgb(196,82,23); }
div.DivClassName
{
background-color: #C45217;
}
.BgClassName
{
background-color: #C45217;
}
</style>
border-color css
<style>
span { border-color: #C45217; }
span { border-color: rgb(196,82,23); }
td.TdClassName
{
border-color: #C45217;
}
.TagClassName
{
border-color: #C45217;
}
</style>