Shades of Rust #C45017
Tints of Rust #C45017
RGB
CMYK
RGB Variations
Color information
#C45017 (or 0xC45017) is known color: Rust. HEX triplet: C4, 50 and 17. RGB value is (196,80,23). Sum of RGB (Red+Green+Blue) = 196+80+23=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C45017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45017 is #3BAFE8. Grayscale: #6C6C6C. Windows color (decimal): -3911657 or 1528004. OLE color: 1528004.
HSL color Cylindrical-coordinate representation of color #C45017: hue angle of 19.77º 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 #C45017 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.23 |
| HSL | 19.77º | 0.79% | 0.43% | - |
| HSV(B) | 19.77º | 0.88% | 0.77% | - |
| XYZ | 25.79 | 17.53 | 2.84 | - |
| YUV | 108.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 23 | 0 | 0.59 | 0.88 | 0.23 | 19.77 | 0.79 | 0.43 |
| Hex | C4 | 50 | 17 | 0 | 3B | 58 | 17 | 14 | 4F | 2B |
| Octal | 304 | 120 | 27 | 0 | 73 | 130 | 27 | 24 | 117 | 53 |
| Binary | 11000100 | 1010000 | 10111 | 0 | 111011 | 1011000 | 10111 | 10100 | 1001111 | 101011 |
Color Harmonies of #C45017
Complementary color
Monochromatic Colors of #C45017
Black with #C45017
Text Example
Text Example
White with #C45017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45017; }
p { color: rgb(196,80,23); }
H1.HeaderClassName
{
color: #C45017;
}
.AnyTagClassName
{
color: #C45017;
}
</style>
background-color css
<style>
a { background-color: #C45017; }
a { background-color: rgb(196,80,23); }
div.DivClassName
{
background-color: #C45017;
}
.BgClassName
{
background-color: #C45017;
}
</style>
border-color css
<style>
span { border-color: #C45017; }
span { border-color: rgb(196,80,23); }
td.TdClassName
{
border-color: #C45017;
}
.TagClassName
{
border-color: #C45017;
}
</style>