Shades of Rock Spray #A23A24
Tints of Rock Spray #A23A24
RGB
CMYK
RGB Variations
Color information
#A23A24 (or 0xA23A24) is known color: Rock Spray. HEX triplet: A2, 3A and 24. RGB value is (162,58,36). Sum of RGB (Red+Green+Blue) = 162+58+36=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A24 is #5DC5DB. Grayscale: #565656. Windows color (decimal): -6145500 or 2374306. OLE color: 2374306.
HSL color Cylindrical-coordinate representation of color #A23A24: hue angle of 10.48º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A23A24 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 36 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.36 |
| HSL | 10.48º | 0.64% | 0.39% | - |
| HSV(B) | 10.48º | 0.78% | 0.64% | - |
| XYZ | 16.73 | 10.83 | 2.88 | - |
| YUV | 86.59 | 99.46 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 36 | 0 | 0.64 | 0.78 | 0.36 | 10.48 | 0.64 | 0.39 |
| Hex | A2 | 3A | 24 | 0 | 40 | 4E | 24 | A | 40 | 27 |
| Octal | 242 | 72 | 44 | 0 | 100 | 116 | 44 | 12 | 100 | 47 |
| Binary | 10100010 | 111010 | 100100 | 0 | 1000000 | 1001110 | 100100 | 1010 | 1000000 | 100111 |
Color Harmonies of #A23A24
Complementary color
Monochromatic Colors of #A23A24
Black with #A23A24
Text Example
Text Example
White with #A23A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A24; }
p { color: rgb(162,58,36); }
H1.HeaderClassName
{
color: #A23A24;
}
.AnyTagClassName
{
color: #A23A24;
}
</style>
background-color css
<style>
a { background-color: #A23A24; }
a { background-color: rgb(162,58,36); }
div.DivClassName
{
background-color: #A23A24;
}
.BgClassName
{
background-color: #A23A24;
}
</style>
border-color css
<style>
span { border-color: #A23A24; }
span { border-color: rgb(162,58,36); }
td.TdClassName
{
border-color: #A23A24;
}
.TagClassName
{
border-color: #A23A24;
}
</style>