Shades of Rust #A2420B
Tints of Rust #A2420B
RGB
CMYK
RGB Variations
Color information
#A2420B (or 0xA2420B) is known color: Rust. HEX triplet: A2, 42 and 0B. RGB value is (162,66,11). Sum of RGB (Red+Green+Blue) = 162+66+11=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2420B is #5DBDF4. Grayscale: #585858. Windows color (decimal): -6143477 or 737954. OLE color: 737954.
HSL color Cylindrical-coordinate representation of color #A2420B: hue angle of 21.85º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2420B is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 11 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.36 |
| HSL | 21.85º | 0.87% | 0.34% | - |
| HSV(B) | 21.85º | 0.93% | 0.64% | - |
| XYZ | 16.91 | 11.6 | 1.66 | - |
| YUV | 88.43 | 84.3 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 11 | 0 | 0.59 | 0.93 | 0.36 | 21.85 | 0.87 | 0.34 |
| Hex | A2 | 42 | B | 0 | 3B | 5D | 24 | 16 | 57 | 22 |
| Octal | 242 | 102 | 13 | 0 | 73 | 135 | 44 | 26 | 127 | 42 |
| Binary | 10100010 | 1000010 | 1011 | 0 | 111011 | 1011101 | 100100 | 10110 | 1010111 | 100010 |
Color Harmonies of #A2420B
Complementary color
Monochromatic Colors of #A2420B
Black with #A2420B
Text Example
Text Example
White with #A2420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2420B; }
p { color: rgb(162,66,11); }
H1.HeaderClassName
{
color: #A2420B;
}
.AnyTagClassName
{
color: #A2420B;
}
</style>
background-color css
<style>
a { background-color: #A2420B; }
a { background-color: rgb(162,66,11); }
div.DivClassName
{
background-color: #A2420B;
}
.BgClassName
{
background-color: #A2420B;
}
</style>
border-color css
<style>
span { border-color: #A2420B; }
span { border-color: rgb(162,66,11); }
td.TdClassName
{
border-color: #A2420B;
}
.TagClassName
{
border-color: #A2420B;
}
</style>