Shades of Rust #C4491B
Tints of Rust #C4491B
RGB
CMYK
RGB Variations
Color information
#C4491B (or 0xC4491B) is known color: Rust. HEX triplet: C4, 49 and 1B. RGB value is (196,73,27). Sum of RGB (Red+Green+Blue) = 196+73+27=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4491B is #3BB6E4. Grayscale: #686868. Windows color (decimal): -3913445 or 1788356. OLE color: 1788356.
HSL color Cylindrical-coordinate representation of color #C4491B: hue angle of 16.33º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4491B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.23 |
| HSL | 16.33º | 0.76% | 0.44% | - |
| HSV(B) | 16.33º | 0.86% | 0.77% | - |
| XYZ | 25.35 | 16.58 | 2.9 | - |
| YUV | 104.53 | 84.25 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 27 | 0 | 0.63 | 0.86 | 0.23 | 16.33 | 0.76 | 0.44 |
| Hex | C4 | 49 | 1B | 0 | 3F | 56 | 17 | 10 | 4C | 2C |
| Octal | 304 | 111 | 33 | 0 | 77 | 126 | 27 | 20 | 114 | 54 |
| Binary | 11000100 | 1001001 | 11011 | 0 | 111111 | 1010110 | 10111 | 10000 | 1001100 | 101100 |
Color Harmonies of #C4491B
Complementary color
Monochromatic Colors of #C4491B
Black with #C4491B
Text Example
Text Example
White with #C4491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4491B; }
p { color: rgb(196,73,27); }
H1.HeaderClassName
{
color: #C4491B;
}
.AnyTagClassName
{
color: #C4491B;
}
</style>
background-color css
<style>
a { background-color: #C4491B; }
a { background-color: rgb(196,73,27); }
div.DivClassName
{
background-color: #C4491B;
}
.BgClassName
{
background-color: #C4491B;
}
</style>
border-color css
<style>
span { border-color: #C4491B; }
span { border-color: rgb(196,73,27); }
td.TdClassName
{
border-color: #C4491B;
}
.TagClassName
{
border-color: #C4491B;
}
</style>