Shades of Rock Spray #A1452E
Tints of Rock Spray #A1452E
RGB
CMYK
RGB Variations
Color information
#A1452E (or 0xA1452E) is known color: Rock Spray. HEX triplet: A1, 45 and 2E. RGB value is (161,69,46). Sum of RGB (Red+Green+Blue) = 161+69+46=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1452E is #5EBAD1. Grayscale: #5E5E5E. Windows color (decimal): -6208210 or 3032481. OLE color: 3032481.
HSL color Cylindrical-coordinate representation of color #A1452E: hue angle of 12º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1452E is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 46 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.37 |
| HSL | 12º | 0.56% | 0.41% | - |
| HSV(B) | 12º | 0.71% | 0.63% | - |
| XYZ | 17.32 | 12.03 | 3.99 | - |
| YUV | 93.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 46 | 0 | 0.57 | 0.71 | 0.37 | 12 | 0.56 | 0.41 |
| Hex | A1 | 45 | 2E | 0 | 39 | 47 | 25 | C | 38 | 29 |
| Octal | 241 | 105 | 56 | 0 | 71 | 107 | 45 | 14 | 70 | 51 |
| Binary | 10100001 | 1000101 | 101110 | 0 | 111001 | 1000111 | 100101 | 1100 | 111000 | 101001 |
Color Harmonies of #A1452E
Complementary color
Monochromatic Colors of #A1452E
Black with #A1452E
Text Example
Text Example
White with #A1452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1452E; }
p { color: rgb(161,69,46); }
H1.HeaderClassName
{
color: #A1452E;
}
.AnyTagClassName
{
color: #A1452E;
}
</style>
background-color css
<style>
a { background-color: #A1452E; }
a { background-color: rgb(161,69,46); }
div.DivClassName
{
background-color: #A1452E;
}
.BgClassName
{
background-color: #A1452E;
}
</style>
border-color css
<style>
span { border-color: #A1452E; }
span { border-color: rgb(161,69,46); }
td.TdClassName
{
border-color: #A1452E;
}
.TagClassName
{
border-color: #A1452E;
}
</style>