Shades of Rust #C45216
Tints of Rust #C45216
RGB
CMYK
RGB Variations
Color information
#C45216 (or 0xC45216) is known color: Rust. HEX triplet: C4, 52 and 16. RGB value is (196,82,22). Sum of RGB (Red+Green+Blue) = 196+82+22=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C45216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45216 is #3BADE9. Grayscale: #6D6D6D. Windows color (decimal): -3911146 or 1462980. OLE color: 1462980.
HSL color Cylindrical-coordinate representation of color #C45216: hue angle of 20.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C45216 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 22 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.23 |
| HSL | 20.69º | 0.8% | 0.43% | - |
| HSV(B) | 20.69º | 0.89% | 0.77% | - |
| XYZ | 25.93 | 17.83 | 2.83 | - |
| YUV | 109.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 22 | 0 | 0.58 | 0.89 | 0.23 | 20.69 | 0.8 | 0.43 |
| Hex | C4 | 52 | 16 | 0 | 3A | 59 | 17 | 15 | 50 | 2B |
| Octal | 304 | 122 | 26 | 0 | 72 | 131 | 27 | 25 | 120 | 53 |
| Binary | 11000100 | 1010010 | 10110 | 0 | 111010 | 1011001 | 10111 | 10101 | 1010000 | 101011 |
Color Harmonies of #C45216
Complementary color
Monochromatic Colors of #C45216
Black with #C45216
Text Example
Text Example
White with #C45216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45216; }
p { color: rgb(196,82,22); }
H1.HeaderClassName
{
color: #C45216;
}
.AnyTagClassName
{
color: #C45216;
}
</style>
background-color css
<style>
a { background-color: #C45216; }
a { background-color: rgb(196,82,22); }
div.DivClassName
{
background-color: #C45216;
}
.BgClassName
{
background-color: #C45216;
}
</style>
border-color css
<style>
span { border-color: #C45216; }
span { border-color: rgb(196,82,22); }
td.TdClassName
{
border-color: #C45216;
}
.TagClassName
{
border-color: #C45216;
}
</style>