Shades of Rock Spray #A23921
Tints of Rock Spray #A23921
RGB
CMYK
RGB Variations
Color information
#A23921 (or 0xA23921) is known color: Rock Spray. HEX triplet: A2, 39 and 21. RGB value is (162,57,33). Sum of RGB (Red+Green+Blue) = 162+57+33=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23921 is #5DC6DE. Grayscale: #555555. Windows color (decimal): -6145759 or 2177442. OLE color: 2177442.
HSL color Cylindrical-coordinate representation of color #A23921: hue angle of 11.16º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A23921 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 33 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.36 |
| HSL | 11.16º | 0.66% | 0.38% | - |
| HSV(B) | 11.16º | 0.8% | 0.64% | - |
| XYZ | 16.64 | 10.72 | 2.63 | - |
| YUV | 85.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 33 | 0 | 0.65 | 0.80 | 0.36 | 11.16 | 0.66 | 0.38 |
| Hex | A2 | 39 | 21 | 0 | 41 | 50 | 24 | B | 42 | 26 |
| Octal | 242 | 71 | 41 | 0 | 101 | 120 | 44 | 13 | 102 | 46 |
| Binary | 10100010 | 111001 | 100001 | 0 | 1000001 | 1010000 | 100100 | 1011 | 1000010 | 100110 |
Color Harmonies of #A23921
Complementary color
Monochromatic Colors of #A23921
Black with #A23921
Text Example
Text Example
White with #A23921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23921; }
p { color: rgb(162,57,33); }
H1.HeaderClassName
{
color: #A23921;
}
.AnyTagClassName
{
color: #A23921;
}
</style>
background-color css
<style>
a { background-color: #A23921; }
a { background-color: rgb(162,57,33); }
div.DivClassName
{
background-color: #A23921;
}
.BgClassName
{
background-color: #A23921;
}
</style>
border-color css
<style>
span { border-color: #A23921; }
span { border-color: rgb(162,57,33); }
td.TdClassName
{
border-color: #A23921;
}
.TagClassName
{
border-color: #A23921;
}
</style>