Shades of Rust #C44616
Tints of Rust #C44616
RGB
CMYK
RGB Variations
Color information
#C44616 (or 0xC44616) is known color: Rust. HEX triplet: C4, 46 and 16. RGB value is (196,70,22). Sum of RGB (Red+Green+Blue) = 196+70+22=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C44616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44616 is #3BB9E9. Grayscale: #666666. Windows color (decimal): -3914218 or 1459908. OLE color: 1459908.
HSL color Cylindrical-coordinate representation of color #C44616: hue angle of 16.55º 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 #C44616 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 22 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.23 |
| HSL | 16.55º | 0.8% | 0.43% | - |
| HSV(B) | 16.55º | 0.89% | 0.77% | - |
| XYZ | 25.1 | 16.17 | 2.56 | - |
| YUV | 102.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 22 | 0 | 0.64 | 0.89 | 0.23 | 16.55 | 0.8 | 0.43 |
| Hex | C4 | 46 | 16 | 0 | 40 | 59 | 17 | 11 | 50 | 2B |
| Octal | 304 | 106 | 26 | 0 | 100 | 131 | 27 | 21 | 120 | 53 |
| Binary | 11000100 | 1000110 | 10110 | 0 | 1000000 | 1011001 | 10111 | 10001 | 1010000 | 101011 |
Color Harmonies of #C44616
Complementary color
Monochromatic Colors of #C44616
Black with #C44616
Text Example
Text Example
White with #C44616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44616; }
p { color: rgb(196,70,22); }
H1.HeaderClassName
{
color: #C44616;
}
.AnyTagClassName
{
color: #C44616;
}
</style>
background-color css
<style>
a { background-color: #C44616; }
a { background-color: rgb(196,70,22); }
div.DivClassName
{
background-color: #C44616;
}
.BgClassName
{
background-color: #C44616;
}
</style>
border-color css
<style>
span { border-color: #C44616; }
span { border-color: rgb(196,70,22); }
td.TdClassName
{
border-color: #C44616;
}
.TagClassName
{
border-color: #C44616;
}
</style>