Shades of Rust #C4491A
Tints of Rust #C4491A
RGB
CMYK
RGB Variations
Color information
#C4491A (or 0xC4491A) is known color: Rust. HEX triplet: C4, 49 and 1A. RGB value is (196,73,26). Sum of RGB (Red+Green+Blue) = 196+73+26=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4491A is #3BB6E5. Grayscale: #686868. Windows color (decimal): -3913446 or 1722820. OLE color: 1722820.
HSL color Cylindrical-coordinate representation of color #C4491A: hue angle of 16.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4491A is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 26 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.23 |
| HSL | 16.59º | 0.77% | 0.44% | - |
| HSV(B) | 16.59º | 0.87% | 0.77% | - |
| XYZ | 25.33 | 16.58 | 2.84 | - |
| YUV | 104.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 26 | 0 | 0.63 | 0.87 | 0.23 | 16.59 | 0.77 | 0.44 |
| Hex | C4 | 49 | 1A | 0 | 3F | 57 | 17 | 11 | 4D | 2C |
| Octal | 304 | 111 | 32 | 0 | 77 | 127 | 27 | 21 | 115 | 54 |
| Binary | 11000100 | 1001001 | 11010 | 0 | 111111 | 1010111 | 10111 | 10001 | 1001101 | 101100 |
Color Harmonies of #C4491A
Complementary color
Monochromatic Colors of #C4491A
Black with #C4491A
Text Example
Text Example
White with #C4491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4491A; }
p { color: rgb(196,73,26); }
H1.HeaderClassName
{
color: #C4491A;
}
.AnyTagClassName
{
color: #C4491A;
}
</style>
background-color css
<style>
a { background-color: #C4491A; }
a { background-color: rgb(196,73,26); }
div.DivClassName
{
background-color: #C4491A;
}
.BgClassName
{
background-color: #C4491A;
}
</style>
border-color css
<style>
span { border-color: #C4491A; }
span { border-color: rgb(196,73,26); }
td.TdClassName
{
border-color: #C4491A;
}
.TagClassName
{
border-color: #C4491A;
}
</style>