Shades of Rust #C2410E
Tints of Rust #C2410E
RGB
CMYK
RGB Variations
Color information
#C2410E (or 0xC2410E) is known color: Rust. HEX triplet: C2, 41 and 0E. RGB value is (194,65,14). Sum of RGB (Red+Green+Blue) = 194+65+14=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2410E is #3DBEF1. Grayscale: #626262. Windows color (decimal): -4046578 or 934338. OLE color: 934338.
HSL color Cylindrical-coordinate representation of color #C2410E: hue angle of 17º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2410E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.24 |
| HSL | 17º | 0.87% | 0.41% | - |
| HSV(B) | 17º | 0.93% | 0.76% | - |
| XYZ | 24.22 | 15.28 | 2.09 | - |
| YUV | 97.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 14 | 0 | 0.66 | 0.93 | 0.24 | 17 | 0.87 | 0.41 |
| Hex | C2 | 41 | E | 0 | 42 | 5D | 18 | 11 | 57 | 29 |
| Octal | 302 | 101 | 16 | 0 | 102 | 135 | 30 | 21 | 127 | 51 |
| Binary | 11000010 | 1000001 | 1110 | 0 | 1000010 | 1011101 | 11000 | 10001 | 1010111 | 101001 |
Color Harmonies of #C2410E
Complementary color
Monochromatic Colors of #C2410E
Black with #C2410E
Text Example
Text Example
White with #C2410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2410E; }
p { color: rgb(194,65,14); }
H1.HeaderClassName
{
color: #C2410E;
}
.AnyTagClassName
{
color: #C2410E;
}
</style>
background-color css
<style>
a { background-color: #C2410E; }
a { background-color: rgb(194,65,14); }
div.DivClassName
{
background-color: #C2410E;
}
.BgClassName
{
background-color: #C2410E;
}
</style>
border-color css
<style>
span { border-color: #C2410E; }
span { border-color: rgb(194,65,14); }
td.TdClassName
{
border-color: #C2410E;
}
.TagClassName
{
border-color: #C2410E;
}
</style>