Shades of Rock Spray #A1351D
Tints of Rock Spray #A1351D
RGB
CMYK
RGB Variations
Color information
#A1351D (or 0xA1351D) is known color: Rock Spray. HEX triplet: A1, 35 and 1D. RGB value is (161,53,29). Sum of RGB (Red+Green+Blue) = 161+53+29=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1351D is #5ECAE2. Grayscale: #525252. Windows color (decimal): -6212323 or 1914273. OLE color: 1914273.
HSL color Cylindrical-coordinate representation of color #A1351D: hue angle of 10.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1351D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 29 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.37 |
| HSL | 10.91º | 0.69% | 0.37% | - |
| HSV(B) | 10.91º | 0.82% | 0.63% | - |
| XYZ | 16.19 | 10.21 | 2.28 | - |
| YUV | 82.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 29 | 0 | 0.67 | 0.82 | 0.37 | 10.91 | 0.69 | 0.37 |
| Hex | A1 | 35 | 1D | 0 | 43 | 52 | 25 | B | 45 | 25 |
| Octal | 241 | 65 | 35 | 0 | 103 | 122 | 45 | 13 | 105 | 45 |
| Binary | 10100001 | 110101 | 11101 | 0 | 1000011 | 1010010 | 100101 | 1011 | 1000101 | 100101 |
Color Harmonies of #A1351D
Complementary color
Monochromatic Colors of #A1351D
Black with #A1351D
Text Example
Text Example
White with #A1351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1351D; }
p { color: rgb(161,53,29); }
H1.HeaderClassName
{
color: #A1351D;
}
.AnyTagClassName
{
color: #A1351D;
}
</style>
background-color css
<style>
a { background-color: #A1351D; }
a { background-color: rgb(161,53,29); }
div.DivClassName
{
background-color: #A1351D;
}
.BgClassName
{
background-color: #A1351D;
}
</style>
border-color css
<style>
span { border-color: #A1351D; }
span { border-color: rgb(161,53,29); }
td.TdClassName
{
border-color: #A1351D;
}
.TagClassName
{
border-color: #A1351D;
}
</style>