Shades of Rock Spray #A1421E
Tints of Rock Spray #A1421E
RGB
CMYK
RGB Variations
Color information
#A1421E (or 0xA1421E) is known color: Rock Spray. HEX triplet: A1, 42 and 1E. RGB value is (161,66,30). Sum of RGB (Red+Green+Blue) = 161+66+30=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1421E is #5EBDE1. Grayscale: #5A5A5A. Windows color (decimal): -6208994 or 1983137. OLE color: 1983137.
HSL color Cylindrical-coordinate representation of color #A1421E: hue angle of 16.49º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1421E is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 30 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.37 |
| HSL | 16.49º | 0.69% | 0.37% | - |
| HSV(B) | 16.49º | 0.81% | 0.63% | - |
| XYZ | 16.88 | 11.57 | 2.57 | - |
| YUV | 90.3 | 93.97 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 30 | 0 | 0.59 | 0.81 | 0.37 | 16.49 | 0.69 | 0.37 |
| Hex | A1 | 42 | 1E | 0 | 3B | 51 | 25 | 10 | 45 | 25 |
| Octal | 241 | 102 | 36 | 0 | 73 | 121 | 45 | 20 | 105 | 45 |
| Binary | 10100001 | 1000010 | 11110 | 0 | 111011 | 1010001 | 100101 | 10000 | 1000101 | 100101 |
Color Harmonies of #A1421E
Complementary color
Monochromatic Colors of #A1421E
Black with #A1421E
Text Example
Text Example
White with #A1421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1421E; }
p { color: rgb(161,66,30); }
H1.HeaderClassName
{
color: #A1421E;
}
.AnyTagClassName
{
color: #A1421E;
}
</style>
background-color css
<style>
a { background-color: #A1421E; }
a { background-color: rgb(161,66,30); }
div.DivClassName
{
background-color: #A1421E;
}
.BgClassName
{
background-color: #A1421E;
}
</style>
border-color css
<style>
span { border-color: #A1421E; }
span { border-color: rgb(161,66,30); }
td.TdClassName
{
border-color: #A1421E;
}
.TagClassName
{
border-color: #A1421E;
}
</style>