Shades of Rock Spray #A1351C
Tints of Rock Spray #A1351C
RGB
CMYK
RGB Variations
Color information
#A1351C (or 0xA1351C) is known color: Rock Spray. HEX triplet: A1, 35 and 1C. RGB value is (161,53,28). Sum of RGB (Red+Green+Blue) = 161+53+28=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1351C is #5ECAE3. Grayscale: #525252. Windows color (decimal): -6212324 or 1848737. OLE color: 1848737.
HSL color Cylindrical-coordinate representation of color #A1351C: hue angle of 11.28º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1351C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 28 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.37 |
| HSL | 11.28º | 0.7% | 0.37% | - |
| HSV(B) | 11.28º | 0.83% | 0.63% | - |
| XYZ | 16.18 | 10.21 | 2.22 | - |
| YUV | 82.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 28 | 0 | 0.67 | 0.83 | 0.37 | 11.28 | 0.7 | 0.37 |
| Hex | A1 | 35 | 1C | 0 | 43 | 53 | 25 | B | 46 | 25 |
| Octal | 241 | 65 | 34 | 0 | 103 | 123 | 45 | 13 | 106 | 45 |
| Binary | 10100001 | 110101 | 11100 | 0 | 1000011 | 1010011 | 100101 | 1011 | 1000110 | 100101 |
Color Harmonies of #A1351C
Complementary color
Monochromatic Colors of #A1351C
Black with #A1351C
Text Example
Text Example
White with #A1351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1351C; }
p { color: rgb(161,53,28); }
H1.HeaderClassName
{
color: #A1351C;
}
.AnyTagClassName
{
color: #A1351C;
}
</style>
background-color css
<style>
a { background-color: #A1351C; }
a { background-color: rgb(161,53,28); }
div.DivClassName
{
background-color: #A1351C;
}
.BgClassName
{
background-color: #A1351C;
}
</style>
border-color css
<style>
span { border-color: #A1351C; }
span { border-color: rgb(161,53,28); }
td.TdClassName
{
border-color: #A1351C;
}
.TagClassName
{
border-color: #A1351C;
}
</style>