Shades of Rock Spray #A23519
Tints of Rock Spray #A23519
RGB
CMYK
RGB Variations
Color information
#A23519 (or 0xA23519) is known color: Rock Spray. HEX triplet: A2, 35 and 19. RGB value is (162,53,25). Sum of RGB (Red+Green+Blue) = 162+53+25=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23519 is #5DCAE6. Grayscale: #525252. Windows color (decimal): -6146791 or 1652130. OLE color: 1652130.
HSL color Cylindrical-coordinate representation of color #A23519: hue angle of 12.26º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A23519 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 53 | 25 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.36 |
| HSL | 12.26º | 0.73% | 0.37% | - |
| HSV(B) | 12.26º | 0.85% | 0.64% | - |
| XYZ | 16.35 | 10.3 | 2.05 | - |
| YUV | 82.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 25 | 0 | 0.67 | 0.85 | 0.36 | 12.26 | 0.73 | 0.37 |
| Hex | A2 | 35 | 19 | 0 | 43 | 55 | 24 | C | 49 | 25 |
| Octal | 242 | 65 | 31 | 0 | 103 | 125 | 44 | 14 | 111 | 45 |
| Binary | 10100010 | 110101 | 11001 | 0 | 1000011 | 1010101 | 100100 | 1100 | 1001001 | 100101 |
Color Harmonies of #A23519
Complementary color
Monochromatic Colors of #A23519
Black with #A23519
Text Example
Text Example
White with #A23519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23519; }
p { color: rgb(162,53,25); }
H1.HeaderClassName
{
color: #A23519;
}
.AnyTagClassName
{
color: #A23519;
}
</style>
background-color css
<style>
a { background-color: #A23519; }
a { background-color: rgb(162,53,25); }
div.DivClassName
{
background-color: #A23519;
}
.BgClassName
{
background-color: #A23519;
}
</style>
border-color css
<style>
span { border-color: #A23519; }
span { border-color: rgb(162,53,25); }
td.TdClassName
{
border-color: #A23519;
}
.TagClassName
{
border-color: #A23519;
}
</style>