Shades of Rust #C44615
Tints of Rust #C44615
RGB
CMYK
RGB Variations
Color information
#C44615 (or 0xC44615) is known color: Rust. HEX triplet: C4, 46 and 15. RGB value is (196,70,21). Sum of RGB (Red+Green+Blue) = 196+70+21=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C44615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44615 is #3BB9EA. Grayscale: #666666. Windows color (decimal): -3914219 or 1394372. OLE color: 1394372.
HSL color Cylindrical-coordinate representation of color #C44615: hue angle of 16.8º degrees, saturation: 0.81, 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 #C44615 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 21 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.23 |
| HSL | 16.8º | 0.81% | 0.43% | - |
| HSV(B) | 16.8º | 0.89% | 0.77% | - |
| XYZ | 25.09 | 16.17 | 2.51 | - |
| YUV | 102.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 21 | 0 | 0.64 | 0.89 | 0.23 | 16.8 | 0.81 | 0.43 |
| Hex | C4 | 46 | 15 | 0 | 40 | 59 | 17 | 11 | 51 | 2B |
| Octal | 304 | 106 | 25 | 0 | 100 | 131 | 27 | 21 | 121 | 53 |
| Binary | 11000100 | 1000110 | 10101 | 0 | 1000000 | 1011001 | 10111 | 10001 | 1010001 | 101011 |
Color Harmonies of #C44615
Complementary color
Monochromatic Colors of #C44615
Black with #C44615
Text Example
Text Example
White with #C44615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44615; }
p { color: rgb(196,70,21); }
H1.HeaderClassName
{
color: #C44615;
}
.AnyTagClassName
{
color: #C44615;
}
</style>
background-color css
<style>
a { background-color: #C44615; }
a { background-color: rgb(196,70,21); }
div.DivClassName
{
background-color: #C44615;
}
.BgClassName
{
background-color: #C44615;
}
</style>
border-color css
<style>
span { border-color: #C44615; }
span { border-color: rgb(196,70,21); }
td.TdClassName
{
border-color: #C44615;
}
.TagClassName
{
border-color: #C44615;
}
</style>