Shades of Rust #C2420D
Tints of Rust #C2420D
RGB
CMYK
RGB Variations
Color information
#C2420D (or 0xC2420D) is known color: Rust. HEX triplet: C2, 42 and 0D. RGB value is (194,66,13). Sum of RGB (Red+Green+Blue) = 194+66+13=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2420D is #3DBDF2. Grayscale: #626262. Windows color (decimal): -4046323 or 869058. OLE color: 869058.
HSL color Cylindrical-coordinate representation of color #C2420D: hue angle of 17.57º 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 #C2420D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.24 |
| HSL | 17.57º | 0.87% | 0.41% | - |
| HSV(B) | 17.57º | 0.93% | 0.76% | - |
| XYZ | 24.27 | 15.39 | 2.07 | - |
| YUV | 98.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 13 | 0 | 0.66 | 0.93 | 0.24 | 17.57 | 0.87 | 0.41 |
| Hex | C2 | 42 | D | 0 | 42 | 5D | 18 | 12 | 57 | 29 |
| Octal | 302 | 102 | 15 | 0 | 102 | 135 | 30 | 22 | 127 | 51 |
| Binary | 11000010 | 1000010 | 1101 | 0 | 1000010 | 1011101 | 11000 | 10010 | 1010111 | 101001 |
Color Harmonies of #C2420D
Complementary color
Monochromatic Colors of #C2420D
Black with #C2420D
Text Example
Text Example
White with #C2420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2420D; }
p { color: rgb(194,66,13); }
H1.HeaderClassName
{
color: #C2420D;
}
.AnyTagClassName
{
color: #C2420D;
}
</style>
background-color css
<style>
a { background-color: #C2420D; }
a { background-color: rgb(194,66,13); }
div.DivClassName
{
background-color: #C2420D;
}
.BgClassName
{
background-color: #C2420D;
}
</style>
border-color css
<style>
span { border-color: #C2420D; }
span { border-color: rgb(194,66,13); }
td.TdClassName
{
border-color: #C2420D;
}
.TagClassName
{
border-color: #C2420D;
}
</style>