Shades of Rock Spray #A2422E
Tints of Rock Spray #A2422E
RGB
CMYK
RGB Variations
Color information
#A2422E (or 0xA2422E) is known color: Rock Spray. HEX triplet: A2, 42 and 2E. RGB value is (162,66,46). Sum of RGB (Red+Green+Blue) = 162+66+46=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2422E is #5DBDD1. Grayscale: #5C5C5C. Windows color (decimal): -6143442 or 3031714. OLE color: 3031714.
HSL color Cylindrical-coordinate representation of color #A2422E: hue angle of 10.34º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2422E is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 46 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.36 |
| HSL | 10.34º | 0.56% | 0.41% | - |
| HSV(B) | 10.34º | 0.72% | 0.64% | - |
| XYZ | 17.34 | 11.78 | 3.94 | - |
| YUV | 92.42 | 101.8 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 46 | 0 | 0.59 | 0.72 | 0.36 | 10.34 | 0.56 | 0.41 |
| Hex | A2 | 42 | 2E | 0 | 3B | 48 | 24 | A | 38 | 29 |
| Octal | 242 | 102 | 56 | 0 | 73 | 110 | 44 | 12 | 70 | 51 |
| Binary | 10100010 | 1000010 | 101110 | 0 | 111011 | 1001000 | 100100 | 1010 | 111000 | 101001 |
Color Harmonies of #A2422E
Complementary color
Monochromatic Colors of #A2422E
Black with #A2422E
Text Example
Text Example
White with #A2422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2422E; }
p { color: rgb(162,66,46); }
H1.HeaderClassName
{
color: #A2422E;
}
.AnyTagClassName
{
color: #A2422E;
}
</style>
background-color css
<style>
a { background-color: #A2422E; }
a { background-color: rgb(162,66,46); }
div.DivClassName
{
background-color: #A2422E;
}
.BgClassName
{
background-color: #A2422E;
}
</style>
border-color css
<style>
span { border-color: #A2422E; }
span { border-color: rgb(162,66,46); }
td.TdClassName
{
border-color: #A2422E;
}
.TagClassName
{
border-color: #A2422E;
}
</style>