Shades of Rock Spray #A1422E
Tints of Rock Spray #A1422E
RGB
CMYK
RGB Variations
Color information
#A1422E (or 0xA1422E) is known color: Rock Spray. HEX triplet: A1, 42 and 2E. RGB value is (161,66,46). Sum of RGB (Red+Green+Blue) = 161+66+46=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1422E is #5EBDD1. Grayscale: #5C5C5C. Windows color (decimal): -6208978 or 3031713. OLE color: 3031713.
HSL color Cylindrical-coordinate representation of color #A1422E: hue angle of 10.43º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1422E is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 46 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.37 |
| HSL | 10.43º | 0.56% | 0.41% | - |
| HSV(B) | 10.43º | 0.71% | 0.63% | - |
| XYZ | 17.14 | 11.67 | 3.93 | - |
| YUV | 92.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 46 | 0 | 0.59 | 0.71 | 0.37 | 10.43 | 0.56 | 0.41 |
| Hex | A1 | 42 | 2E | 0 | 3B | 47 | 25 | A | 38 | 29 |
| Octal | 241 | 102 | 56 | 0 | 73 | 107 | 45 | 12 | 70 | 51 |
| Binary | 10100001 | 1000010 | 101110 | 0 | 111011 | 1000111 | 100101 | 1010 | 111000 | 101001 |
Color Harmonies of #A1422E
Complementary color
Monochromatic Colors of #A1422E
Black with #A1422E
Text Example
Text Example
White with #A1422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1422E; }
p { color: rgb(161,66,46); }
H1.HeaderClassName
{
color: #A1422E;
}
.AnyTagClassName
{
color: #A1422E;
}
</style>
background-color css
<style>
a { background-color: #A1422E; }
a { background-color: rgb(161,66,46); }
div.DivClassName
{
background-color: #A1422E;
}
.BgClassName
{
background-color: #A1422E;
}
</style>
border-color css
<style>
span { border-color: #A1422E; }
span { border-color: rgb(161,66,46); }
td.TdClassName
{
border-color: #A1422E;
}
.TagClassName
{
border-color: #A1422E;
}
</style>