Shades of Rock Spray #A1401A
Tints of Rock Spray #A1401A
RGB
CMYK
RGB Variations
Color information
#A1401A (or 0xA1401A) is known color: Rock Spray. HEX triplet: A1, 40 and 1A. RGB value is (161,64,26). Sum of RGB (Red+Green+Blue) = 161+64+26=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A1401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1401A is #5EBFE5. Grayscale: #585858. Windows color (decimal): -6209510 or 1720481. OLE color: 1720481.
HSL color Cylindrical-coordinate representation of color #A1401A: hue angle of 16.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1401A is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 64 | 26 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.37 |
| HSL | 16.89º | 0.72% | 0.37% | - |
| HSV(B) | 16.89º | 0.84% | 0.63% | - |
| XYZ | 16.72 | 11.32 | 2.28 | - |
| YUV | 88.67 | 92.64 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 26 | 0 | 0.60 | 0.84 | 0.37 | 16.89 | 0.72 | 0.37 |
| Hex | A1 | 40 | 1A | 0 | 3C | 54 | 25 | 11 | 48 | 25 |
| Octal | 241 | 100 | 32 | 0 | 74 | 124 | 45 | 21 | 110 | 45 |
| Binary | 10100001 | 1000000 | 11010 | 0 | 111100 | 1010100 | 100101 | 10001 | 1001000 | 100101 |
Color Harmonies of #A1401A
Complementary color
Monochromatic Colors of #A1401A
Black with #A1401A
Text Example
Text Example
White with #A1401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1401A; }
p { color: rgb(161,64,26); }
H1.HeaderClassName
{
color: #A1401A;
}
.AnyTagClassName
{
color: #A1401A;
}
</style>
background-color css
<style>
a { background-color: #A1401A; }
a { background-color: rgb(161,64,26); }
div.DivClassName
{
background-color: #A1401A;
}
.BgClassName
{
background-color: #A1401A;
}
</style>
border-color css
<style>
span { border-color: #A1401A; }
span { border-color: rgb(161,64,26); }
td.TdClassName
{
border-color: #A1401A;
}
.TagClassName
{
border-color: #A1401A;
}
</style>