Shades of Rust #C2440B
Tints of Rust #C2440B
RGB
CMYK
RGB Variations
Color information
#C2440B (or 0xC2440B) is known color: Rust. HEX triplet: C2, 44 and 0B. RGB value is (194,68,11). Sum of RGB (Red+Green+Blue) = 194+68+11=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2440B is #3DBBF4. Grayscale: #636363. Windows color (decimal): -4045813 or 738498. OLE color: 738498.
HSL color Cylindrical-coordinate representation of color #C2440B: hue angle of 18.69º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2440B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.24 |
| HSL | 18.69º | 0.89% | 0.4% | - |
| HSV(B) | 18.69º | 0.94% | 0.76% | - |
| XYZ | 24.38 | 15.63 | 2.05 | - |
| YUV | 99.18 | 78.24 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 11 | 0 | 0.65 | 0.94 | 0.24 | 18.69 | 0.89 | 0.4 |
| Hex | C2 | 44 | B | 0 | 41 | 5E | 18 | 13 | 59 | 28 |
| Octal | 302 | 104 | 13 | 0 | 101 | 136 | 30 | 23 | 131 | 50 |
| Binary | 11000010 | 1000100 | 1011 | 0 | 1000001 | 1011110 | 11000 | 10011 | 1011001 | 101000 |
Color Harmonies of #C2440B
Complementary color
Monochromatic Colors of #C2440B
Black with #C2440B
Text Example
Text Example
White with #C2440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2440B; }
p { color: rgb(194,68,11); }
H1.HeaderClassName
{
color: #C2440B;
}
.AnyTagClassName
{
color: #C2440B;
}
</style>
background-color css
<style>
a { background-color: #C2440B; }
a { background-color: rgb(194,68,11); }
div.DivClassName
{
background-color: #C2440B;
}
.BgClassName
{
background-color: #C2440B;
}
</style>
border-color css
<style>
span { border-color: #C2440B; }
span { border-color: rgb(194,68,11); }
td.TdClassName
{
border-color: #C2440B;
}
.TagClassName
{
border-color: #C2440B;
}
</style>