Shades of Rock Spray #A1452B
Tints of Rock Spray #A1452B
RGB
CMYK
RGB Variations
Color information
#A1452B (or 0xA1452B) is known color: Rock Spray. HEX triplet: A1, 45 and 2B. RGB value is (161,69,43). Sum of RGB (Red+Green+Blue) = 161+69+43=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1452B is #5EBAD4. Grayscale: #5D5D5D. Windows color (decimal): -6208213 or 2835873. OLE color: 2835873.
HSL color Cylindrical-coordinate representation of color #A1452B: hue angle of 13.22º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1452B is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 43 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.37 |
| HSL | 13.22º | 0.58% | 0.4% | - |
| HSV(B) | 13.22º | 0.73% | 0.63% | - |
| XYZ | 17.26 | 12.01 | 3.69 | - |
| YUV | 93.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 43 | 0 | 0.57 | 0.73 | 0.37 | 13.22 | 0.58 | 0.4 |
| Hex | A1 | 45 | 2B | 0 | 39 | 49 | 25 | D | 3A | 28 |
| Octal | 241 | 105 | 53 | 0 | 71 | 111 | 45 | 15 | 72 | 50 |
| Binary | 10100001 | 1000101 | 101011 | 0 | 111001 | 1001001 | 100101 | 1101 | 111010 | 101000 |
Color Harmonies of #A1452B
Complementary color
Monochromatic Colors of #A1452B
Black with #A1452B
Text Example
Text Example
White with #A1452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1452B; }
p { color: rgb(161,69,43); }
H1.HeaderClassName
{
color: #A1452B;
}
.AnyTagClassName
{
color: #A1452B;
}
</style>
background-color css
<style>
a { background-color: #A1452B; }
a { background-color: rgb(161,69,43); }
div.DivClassName
{
background-color: #A1452B;
}
.BgClassName
{
background-color: #A1452B;
}
</style>
border-color css
<style>
span { border-color: #A1452B; }
span { border-color: rgb(161,69,43); }
td.TdClassName
{
border-color: #A1452B;
}
.TagClassName
{
border-color: #A1452B;
}
</style>