Shades of Rock Spray #A2381E
Tints of Rock Spray #A2381E
RGB
CMYK
RGB Variations
Color information
#A2381E (or 0xA2381E) is known color: Rock Spray. HEX triplet: A2, 38 and 1E. RGB value is (162,56,30). Sum of RGB (Red+Green+Blue) = 162+56+30=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2381E is #5DC7E1. Grayscale: #545454. Windows color (decimal): -6146018 or 1980578. OLE color: 1980578.
HSL color Cylindrical-coordinate representation of color #A2381E: hue angle of 11.82º 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 #A2381E is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 30 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.36 |
| HSL | 11.82º | 0.69% | 0.38% | - |
| HSV(B) | 11.82º | 0.81% | 0.64% | - |
| XYZ | 16.55 | 10.6 | 2.4 | - |
| YUV | 84.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 30 | 0 | 0.65 | 0.81 | 0.36 | 11.82 | 0.69 | 0.38 |
| Hex | A2 | 38 | 1E | 0 | 41 | 51 | 24 | C | 45 | 26 |
| Octal | 242 | 70 | 36 | 0 | 101 | 121 | 44 | 14 | 105 | 46 |
| Binary | 10100010 | 111000 | 11110 | 0 | 1000001 | 1010001 | 100100 | 1100 | 1000101 | 100110 |
Color Harmonies of #A2381E
Complementary color
Monochromatic Colors of #A2381E
Black with #A2381E
Text Example
Text Example
White with #A2381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2381E; }
p { color: rgb(162,56,30); }
H1.HeaderClassName
{
color: #A2381E;
}
.AnyTagClassName
{
color: #A2381E;
}
</style>
background-color css
<style>
a { background-color: #A2381E; }
a { background-color: rgb(162,56,30); }
div.DivClassName
{
background-color: #A2381E;
}
.BgClassName
{
background-color: #A2381E;
}
</style>
border-color css
<style>
span { border-color: #A2381E; }
span { border-color: rgb(162,56,30); }
td.TdClassName
{
border-color: #A2381E;
}
.TagClassName
{
border-color: #A2381E;
}
</style>