Shades of Rock Spray #A2442B
Tints of Rock Spray #A2442B
RGB
CMYK
RGB Variations
Color information
#A2442B (or 0xA2442B) is known color: Rock Spray. HEX triplet: A2, 44 and 2B. RGB value is (162,68,43). Sum of RGB (Red+Green+Blue) = 162+68+43=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2442B is #5DBBD4. Grayscale: #5D5D5D. Windows color (decimal): -6142933 or 2835618. OLE color: 2835618.
HSL color Cylindrical-coordinate representation of color #A2442B: hue angle of 12.61º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2442B is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 43 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.36 |
| HSL | 12.61º | 0.58% | 0.4% | - |
| HSV(B) | 12.61º | 0.73% | 0.64% | - |
| XYZ | 17.4 | 11.99 | 3.68 | - |
| YUV | 93.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 43 | 0 | 0.58 | 0.73 | 0.36 | 12.61 | 0.58 | 0.4 |
| Hex | A2 | 44 | 2B | 0 | 3A | 49 | 24 | D | 3A | 28 |
| Octal | 242 | 104 | 53 | 0 | 72 | 111 | 44 | 15 | 72 | 50 |
| Binary | 10100010 | 1000100 | 101011 | 0 | 111010 | 1001001 | 100100 | 1101 | 111010 | 101000 |
Color Harmonies of #A2442B
Complementary color
Monochromatic Colors of #A2442B
Black with #A2442B
Text Example
Text Example
White with #A2442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2442B; }
p { color: rgb(162,68,43); }
H1.HeaderClassName
{
color: #A2442B;
}
.AnyTagClassName
{
color: #A2442B;
}
</style>
background-color css
<style>
a { background-color: #A2442B; }
a { background-color: rgb(162,68,43); }
div.DivClassName
{
background-color: #A2442B;
}
.BgClassName
{
background-color: #A2442B;
}
</style>
border-color css
<style>
span { border-color: #A2442B; }
span { border-color: rgb(162,68,43); }
td.TdClassName
{
border-color: #A2442B;
}
.TagClassName
{
border-color: #A2442B;
}
</style>