Shades of Rust #C45114
Tints of Rust #C45114
RGB
CMYK
RGB Variations
Color information
#C45114 (or 0xC45114) is known color: Rust. HEX triplet: C4, 51 and 14. RGB value is (196,81,20). Sum of RGB (Red+Green+Blue) = 196+81+20=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C45114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45114 is #3BAEEB. Grayscale: #6C6C6C. Windows color (decimal): -3911404 or 1331652. OLE color: 1331652.
HSL color Cylindrical-coordinate representation of color #C45114: hue angle of 20.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45114 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 20 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.23 |
| HSL | 20.8º | 0.81% | 0.42% | - |
| HSV(B) | 20.8º | 0.9% | 0.77% | - |
| XYZ | 25.83 | 17.67 | 2.71 | - |
| YUV | 108.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 20 | 0 | 0.59 | 0.90 | 0.23 | 20.8 | 0.81 | 0.42 |
| Hex | C4 | 51 | 14 | 0 | 3B | 5A | 17 | 15 | 51 | 2A |
| Octal | 304 | 121 | 24 | 0 | 73 | 132 | 27 | 25 | 121 | 52 |
| Binary | 11000100 | 1010001 | 10100 | 0 | 111011 | 1011010 | 10111 | 10101 | 1010001 | 101010 |
Color Harmonies of #C45114
Complementary color
Monochromatic Colors of #C45114
Black with #C45114
Text Example
Text Example
White with #C45114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45114; }
p { color: rgb(196,81,20); }
H1.HeaderClassName
{
color: #C45114;
}
.AnyTagClassName
{
color: #C45114;
}
</style>
background-color css
<style>
a { background-color: #C45114; }
a { background-color: rgb(196,81,20); }
div.DivClassName
{
background-color: #C45114;
}
.BgClassName
{
background-color: #C45114;
}
</style>
border-color css
<style>
span { border-color: #C45114; }
span { border-color: rgb(196,81,20); }
td.TdClassName
{
border-color: #C45114;
}
.TagClassName
{
border-color: #C45114;
}
</style>