Shades of Rust #C2491A
Tints of Rust #C2491A
RGB
CMYK
RGB Variations
Color information
#C2491A (or 0xC2491A) is known color: Rust. HEX triplet: C2, 49 and 1A. RGB value is (194,73,26). Sum of RGB (Red+Green+Blue) = 194+73+26=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2491A is #3DB6E5. Grayscale: #686868. Windows color (decimal): -4044518 or 1722818. OLE color: 1722818.
HSL color Cylindrical-coordinate representation of color #C2491A: hue angle of 16.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2491A is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 26 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.24 |
| HSL | 16.79º | 0.76% | 0.43% | - |
| HSV(B) | 16.79º | 0.87% | 0.76% | - |
| XYZ | 24.82 | 16.31 | 2.82 | - |
| YUV | 103.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 26 | 0 | 0.62 | 0.87 | 0.24 | 16.79 | 0.76 | 0.43 |
| Hex | C2 | 49 | 1A | 0 | 3E | 57 | 18 | 11 | 4C | 2B |
| Octal | 302 | 111 | 32 | 0 | 76 | 127 | 30 | 21 | 114 | 53 |
| Binary | 11000010 | 1001001 | 11010 | 0 | 111110 | 1010111 | 11000 | 10001 | 1001100 | 101011 |
Color Harmonies of #C2491A
Complementary color
Monochromatic Colors of #C2491A
Black with #C2491A
Text Example
Text Example
White with #C2491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2491A; }
p { color: rgb(194,73,26); }
H1.HeaderClassName
{
color: #C2491A;
}
.AnyTagClassName
{
color: #C2491A;
}
</style>
background-color css
<style>
a { background-color: #C2491A; }
a { background-color: rgb(194,73,26); }
div.DivClassName
{
background-color: #C2491A;
}
.BgClassName
{
background-color: #C2491A;
}
</style>
border-color css
<style>
span { border-color: #C2491A; }
span { border-color: rgb(194,73,26); }
td.TdClassName
{
border-color: #C2491A;
}
.TagClassName
{
border-color: #C2491A;
}
</style>