Shades of Rust #C2410B
Tints of Rust #C2410B
RGB
CMYK
RGB Variations
Color information
#C2410B (or 0xC2410B) is known color: Rust. HEX triplet: C2, 41 and 0B. RGB value is (194,65,11). Sum of RGB (Red+Green+Blue) = 194+65+11=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C2410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2410B is #3DBEF4. Grayscale: #616161. Windows color (decimal): -4046581 or 737730. OLE color: 737730.
HSL color Cylindrical-coordinate representation of color #C2410B: hue angle of 17.7º 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 #C2410B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.24 |
| HSL | 17.7º | 0.89% | 0.4% | - |
| HSV(B) | 17.7º | 0.94% | 0.76% | - |
| XYZ | 24.2 | 15.27 | 1.99 | - |
| YUV | 97.42 | 79.24 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 11 | 0 | 0.66 | 0.94 | 0.24 | 17.7 | 0.89 | 0.4 |
| Hex | C2 | 41 | B | 0 | 42 | 5E | 18 | 12 | 59 | 28 |
| Octal | 302 | 101 | 13 | 0 | 102 | 136 | 30 | 22 | 131 | 50 |
| Binary | 11000010 | 1000001 | 1011 | 0 | 1000010 | 1011110 | 11000 | 10010 | 1011001 | 101000 |
Color Harmonies of #C2410B
Complementary color
Monochromatic Colors of #C2410B
Black with #C2410B
Text Example
Text Example
White with #C2410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2410B; }
p { color: rgb(194,65,11); }
H1.HeaderClassName
{
color: #C2410B;
}
.AnyTagClassName
{
color: #C2410B;
}
</style>
background-color css
<style>
a { background-color: #C2410B; }
a { background-color: rgb(194,65,11); }
div.DivClassName
{
background-color: #C2410B;
}
.BgClassName
{
background-color: #C2410B;
}
</style>
border-color css
<style>
span { border-color: #C2410B; }
span { border-color: rgb(194,65,11); }
td.TdClassName
{
border-color: #C2410B;
}
.TagClassName
{
border-color: #C2410B;
}
</style>