Shades of Rust #C45112
Tints of Rust #C45112
RGB
CMYK
RGB Variations
Color information
#C45112 (or 0xC45112) is known color: Rust. HEX triplet: C4, 51 and 12. RGB value is (196,81,18). Sum of RGB (Red+Green+Blue) = 196+81+18=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C45112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45112 is #3BAEED. Grayscale: #6C6C6C. Windows color (decimal): -3911406 or 1200580. OLE color: 1200580.
HSL color Cylindrical-coordinate representation of color #C45112: hue angle of 21.24º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C45112 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.23 |
| HSL | 21.24º | 0.83% | 0.42% | - |
| HSV(B) | 21.24º | 0.91% | 0.77% | - |
| XYZ | 25.82 | 17.66 | 2.62 | - |
| YUV | 108.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 18 | 0 | 0.59 | 0.91 | 0.23 | 21.24 | 0.83 | 0.42 |
| Hex | C4 | 51 | 12 | 0 | 3B | 5B | 17 | 15 | 53 | 2A |
| Octal | 304 | 121 | 22 | 0 | 73 | 133 | 27 | 25 | 123 | 52 |
| Binary | 11000100 | 1010001 | 10010 | 0 | 111011 | 1011011 | 10111 | 10101 | 1010011 | 101010 |
Color Harmonies of #C45112
Complementary color
Monochromatic Colors of #C45112
Black with #C45112
Text Example
Text Example
White with #C45112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45112; }
p { color: rgb(196,81,18); }
H1.HeaderClassName
{
color: #C45112;
}
.AnyTagClassName
{
color: #C45112;
}
</style>
background-color css
<style>
a { background-color: #C45112; }
a { background-color: rgb(196,81,18); }
div.DivClassName
{
background-color: #C45112;
}
.BgClassName
{
background-color: #C45112;
}
</style>
border-color css
<style>
span { border-color: #C45112; }
span { border-color: rgb(196,81,18); }
td.TdClassName
{
border-color: #C45112;
}
.TagClassName
{
border-color: #C45112;
}
</style>