Shades of Rock Spray #A2432B
Tints of Rock Spray #A2432B
RGB
CMYK
RGB Variations
Color information
#A2432B (or 0xA2432B) is known color: Rock Spray. HEX triplet: A2, 43 and 2B. RGB value is (162,67,43). Sum of RGB (Red+Green+Blue) = 162+67+43=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2432B is #5DBCD4. Grayscale: #5C5C5C. Windows color (decimal): -6143189 or 2835362. OLE color: 2835362.
HSL color Cylindrical-coordinate representation of color #A2432B: hue angle of 12.1º 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 #A2432B is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 43 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.36 |
| HSL | 12.1º | 0.58% | 0.4% | - |
| HSV(B) | 12.1º | 0.73% | 0.64% | - |
| XYZ | 17.34 | 11.87 | 3.66 | - |
| YUV | 92.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 43 | 0 | 0.59 | 0.73 | 0.36 | 12.1 | 0.58 | 0.4 |
| Hex | A2 | 43 | 2B | 0 | 3B | 49 | 24 | C | 3A | 28 |
| Octal | 242 | 103 | 53 | 0 | 73 | 111 | 44 | 14 | 72 | 50 |
| Binary | 10100010 | 1000011 | 101011 | 0 | 111011 | 1001001 | 100100 | 1100 | 111010 | 101000 |
Color Harmonies of #A2432B
Complementary color
Monochromatic Colors of #A2432B
Black with #A2432B
Text Example
Text Example
White with #A2432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2432B; }
p { color: rgb(162,67,43); }
H1.HeaderClassName
{
color: #A2432B;
}
.AnyTagClassName
{
color: #A2432B;
}
</style>
background-color css
<style>
a { background-color: #A2432B; }
a { background-color: rgb(162,67,43); }
div.DivClassName
{
background-color: #A2432B;
}
.BgClassName
{
background-color: #A2432B;
}
</style>
border-color css
<style>
span { border-color: #A2432B; }
span { border-color: rgb(162,67,43); }
td.TdClassName
{
border-color: #A2432B;
}
.TagClassName
{
border-color: #A2432B;
}
</style>