Shades of Rust #C45117
Tints of Rust #C45117
RGB
CMYK
RGB Variations
Color information
#C45117 (or 0xC45117) is known color: Rust. HEX triplet: C4, 51 and 17. RGB value is (196,81,23). Sum of RGB (Red+Green+Blue) = 196+81+23=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C45117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45117 is #3BAEE8. Grayscale: #6D6D6D. Windows color (decimal): -3911401 or 1528260. OLE color: 1528260.
HSL color Cylindrical-coordinate representation of color #C45117: hue angle of 20.12º 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 #C45117 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.23 |
| HSL | 20.12º | 0.79% | 0.43% | - |
| HSV(B) | 20.12º | 0.88% | 0.77% | - |
| XYZ | 25.86 | 17.68 | 2.86 | - |
| YUV | 108.77 | 79.6 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 23 | 0 | 0.59 | 0.88 | 0.23 | 20.12 | 0.79 | 0.43 |
| Hex | C4 | 51 | 17 | 0 | 3B | 58 | 17 | 14 | 4F | 2B |
| Octal | 304 | 121 | 27 | 0 | 73 | 130 | 27 | 24 | 117 | 53 |
| Binary | 11000100 | 1010001 | 10111 | 0 | 111011 | 1011000 | 10111 | 10100 | 1001111 | 101011 |
Color Harmonies of #C45117
Complementary color
Monochromatic Colors of #C45117
Black with #C45117
Text Example
Text Example
White with #C45117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45117; }
p { color: rgb(196,81,23); }
H1.HeaderClassName
{
color: #C45117;
}
.AnyTagClassName
{
color: #C45117;
}
</style>
background-color css
<style>
a { background-color: #C45117; }
a { background-color: rgb(196,81,23); }
div.DivClassName
{
background-color: #C45117;
}
.BgClassName
{
background-color: #C45117;
}
</style>
border-color css
<style>
span { border-color: #C45117; }
span { border-color: rgb(196,81,23); }
td.TdClassName
{
border-color: #C45117;
}
.TagClassName
{
border-color: #C45117;
}
</style>