Shades of Rust #C45417
Tints of Rust #C45417
RGB
CMYK
RGB Variations
Color information
#C45417 (or 0xC45417) is known color: Rust. HEX triplet: C4, 54 and 17. RGB value is (196,84,23). Sum of RGB (Red+Green+Blue) = 196+84+23=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C45417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45417 is #3BABE8. Grayscale: #6E6E6E. Windows color (decimal): -3910633 or 1529028. OLE color: 1529028.
HSL color Cylindrical-coordinate representation of color #C45417: hue angle of 21.16º 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 #C45417 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 23 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.23 |
| HSL | 21.16º | 0.79% | 0.43% | - |
| HSV(B) | 21.16º | 0.88% | 0.77% | - |
| XYZ | 26.09 | 18.14 | 2.94 | - |
| YUV | 110.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 23 | 0 | 0.57 | 0.88 | 0.23 | 21.16 | 0.79 | 0.43 |
| Hex | C4 | 54 | 17 | 0 | 39 | 58 | 17 | 15 | 4F | 2B |
| Octal | 304 | 124 | 27 | 0 | 71 | 130 | 27 | 25 | 117 | 53 |
| Binary | 11000100 | 1010100 | 10111 | 0 | 111001 | 1011000 | 10111 | 10101 | 1001111 | 101011 |
Color Harmonies of #C45417
Complementary color
Monochromatic Colors of #C45417
Black with #C45417
Text Example
Text Example
White with #C45417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45417; }
p { color: rgb(196,84,23); }
H1.HeaderClassName
{
color: #C45417;
}
.AnyTagClassName
{
color: #C45417;
}
</style>
background-color css
<style>
a { background-color: #C45417; }
a { background-color: rgb(196,84,23); }
div.DivClassName
{
background-color: #C45417;
}
.BgClassName
{
background-color: #C45417;
}
</style>
border-color css
<style>
span { border-color: #C45417; }
span { border-color: rgb(196,84,23); }
td.TdClassName
{
border-color: #C45417;
}
.TagClassName
{
border-color: #C45417;
}
</style>