Shades of Rock Spray #A2411E
Tints of Rock Spray #A2411E
RGB
CMYK
RGB Variations
Color information
#A2411E (or 0xA2411E) is known color: Rock Spray. HEX triplet: A2, 41 and 1E. RGB value is (162,65,30). Sum of RGB (Red+Green+Blue) = 162+65+30=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2411E is #5DBEE1. Grayscale: #5A5A5A. Windows color (decimal): -6143714 or 1982882. OLE color: 1982882.
HSL color Cylindrical-coordinate representation of color #A2411E: hue angle of 15.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2411E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 65 | 30 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.36 |
| HSL | 15.91º | 0.69% | 0.38% | - |
| HSV(B) | 15.91º | 0.81% | 0.64% | - |
| XYZ | 17.02 | 11.56 | 2.56 | - |
| YUV | 90.01 | 94.14 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 65 | 30 | 0 | 0.60 | 0.81 | 0.36 | 15.91 | 0.69 | 0.38 |
| Hex | A2 | 41 | 1E | 0 | 3C | 51 | 24 | 10 | 45 | 26 |
| Octal | 242 | 101 | 36 | 0 | 74 | 121 | 44 | 20 | 105 | 46 |
| Binary | 10100010 | 1000001 | 11110 | 0 | 111100 | 1010001 | 100100 | 10000 | 1000101 | 100110 |
Color Harmonies of #A2411E
Complementary color
Monochromatic Colors of #A2411E
Black with #A2411E
Text Example
Text Example
White with #A2411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2411E; }
p { color: rgb(162,65,30); }
H1.HeaderClassName
{
color: #A2411E;
}
.AnyTagClassName
{
color: #A2411E;
}
</style>
background-color css
<style>
a { background-color: #A2411E; }
a { background-color: rgb(162,65,30); }
div.DivClassName
{
background-color: #A2411E;
}
.BgClassName
{
background-color: #A2411E;
}
</style>
border-color css
<style>
span { border-color: #A2411E; }
span { border-color: rgb(162,65,30); }
td.TdClassName
{
border-color: #A2411E;
}
.TagClassName
{
border-color: #A2411E;
}
</style>