Shades of Rock Spray #A2401D
Tints of Rock Spray #A2401D
RGB
CMYK
RGB Variations
Color information
#A2401D (or 0xA2401D) is known color: Rock Spray. HEX triplet: A2, 40 and 1D. RGB value is (162,64,29). Sum of RGB (Red+Green+Blue) = 162+64+29=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A2401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2401D is #5DBFE2. Grayscale: #595959. Windows color (decimal): -6143971 or 1917090. OLE color: 1917090.
HSL color Cylindrical-coordinate representation of color #A2401D: hue angle of 15.79º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2401D is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 29 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.36 |
| HSL | 15.79º | 0.7% | 0.37% | - |
| HSV(B) | 15.79º | 0.82% | 0.64% | - |
| XYZ | 16.96 | 11.44 | 2.48 | - |
| YUV | 89.31 | 93.97 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 29 | 0 | 0.60 | 0.82 | 0.36 | 15.79 | 0.7 | 0.37 |
| Hex | A2 | 40 | 1D | 0 | 3C | 52 | 24 | 10 | 46 | 25 |
| Octal | 242 | 100 | 35 | 0 | 74 | 122 | 44 | 20 | 106 | 45 |
| Binary | 10100010 | 1000000 | 11101 | 0 | 111100 | 1010010 | 100100 | 10000 | 1000110 | 100101 |
Color Harmonies of #A2401D
Complementary color
Monochromatic Colors of #A2401D
Black with #A2401D
Text Example
Text Example
White with #A2401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2401D; }
p { color: rgb(162,64,29); }
H1.HeaderClassName
{
color: #A2401D;
}
.AnyTagClassName
{
color: #A2401D;
}
</style>
background-color css
<style>
a { background-color: #A2401D; }
a { background-color: rgb(162,64,29); }
div.DivClassName
{
background-color: #A2401D;
}
.BgClassName
{
background-color: #A2401D;
}
</style>
border-color css
<style>
span { border-color: #A2401D; }
span { border-color: rgb(162,64,29); }
td.TdClassName
{
border-color: #A2401D;
}
.TagClassName
{
border-color: #A2401D;
}
</style>