Shades of Rock Spray #A23A1A
Tints of Rock Spray #A23A1A
RGB
CMYK
RGB Variations
Color information
#A23A1A (or 0xA23A1A) is known color: Rock Spray. HEX triplet: A2, 3A and 1A. RGB value is (162,58,26). Sum of RGB (Red+Green+Blue) = 162+58+26=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A1A is #5DC5E5. Grayscale: #555555. Windows color (decimal): -6145510 or 1718946. OLE color: 1718946.
HSL color Cylindrical-coordinate representation of color #A23A1A: hue angle of 14.12º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A23A1A is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 26 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.36 |
| HSL | 14.12º | 0.72% | 0.37% | - |
| HSV(B) | 14.12º | 0.84% | 0.64% | - |
| XYZ | 16.6 | 10.78 | 2.18 | - |
| YUV | 85.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 26 | 0 | 0.64 | 0.84 | 0.36 | 14.12 | 0.72 | 0.37 |
| Hex | A2 | 3A | 1A | 0 | 40 | 54 | 24 | E | 48 | 25 |
| Octal | 242 | 72 | 32 | 0 | 100 | 124 | 44 | 16 | 110 | 45 |
| Binary | 10100010 | 111010 | 11010 | 0 | 1000000 | 1010100 | 100100 | 1110 | 1001000 | 100101 |
Color Harmonies of #A23A1A
Complementary color
Monochromatic Colors of #A23A1A
Black with #A23A1A
Text Example
Text Example
White with #A23A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A1A; }
p { color: rgb(162,58,26); }
H1.HeaderClassName
{
color: #A23A1A;
}
.AnyTagClassName
{
color: #A23A1A;
}
</style>
background-color css
<style>
a { background-color: #A23A1A; }
a { background-color: rgb(162,58,26); }
div.DivClassName
{
background-color: #A23A1A;
}
.BgClassName
{
background-color: #A23A1A;
}
</style>
border-color css
<style>
span { border-color: #A23A1A; }
span { border-color: rgb(162,58,26); }
td.TdClassName
{
border-color: #A23A1A;
}
.TagClassName
{
border-color: #A23A1A;
}
</style>