Shades of Rock Spray #A1422A
Tints of Rock Spray #A1422A
RGB
CMYK
RGB Variations
Color information
#A1422A (or 0xA1422A) is known color: Rock Spray. HEX triplet: A1, 42 and 2A. RGB value is (161,66,42). Sum of RGB (Red+Green+Blue) = 161+66+42=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1422A is #5EBDD5. Grayscale: #5B5B5B. Windows color (decimal): -6208982 or 2769569. OLE color: 2769569.
HSL color Cylindrical-coordinate representation of color #A1422A: hue angle of 12.1º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1422A is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 42 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.37 |
| HSL | 12.1º | 0.59% | 0.4% | - |
| HSV(B) | 12.1º | 0.74% | 0.63% | - |
| XYZ | 17.06 | 11.64 | 3.54 | - |
| YUV | 91.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 42 | 0 | 0.59 | 0.74 | 0.37 | 12.1 | 0.59 | 0.4 |
| Hex | A1 | 42 | 2A | 0 | 3B | 4A | 25 | C | 3B | 28 |
| Octal | 241 | 102 | 52 | 0 | 73 | 112 | 45 | 14 | 73 | 50 |
| Binary | 10100001 | 1000010 | 101010 | 0 | 111011 | 1001010 | 100101 | 1100 | 111011 | 101000 |
Color Harmonies of #A1422A
Complementary color
Monochromatic Colors of #A1422A
Black with #A1422A
Text Example
Text Example
White with #A1422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1422A; }
p { color: rgb(161,66,42); }
H1.HeaderClassName
{
color: #A1422A;
}
.AnyTagClassName
{
color: #A1422A;
}
</style>
background-color css
<style>
a { background-color: #A1422A; }
a { background-color: rgb(161,66,42); }
div.DivClassName
{
background-color: #A1422A;
}
.BgClassName
{
background-color: #A1422A;
}
</style>
border-color css
<style>
span { border-color: #A1422A; }
span { border-color: rgb(161,66,42); }
td.TdClassName
{
border-color: #A1422A;
}
.TagClassName
{
border-color: #A1422A;
}
</style>