Shades of Rock Spray #A23A1C
Tints of Rock Spray #A23A1C
RGB
CMYK
RGB Variations
Color information
#A23A1C (or 0xA23A1C) is known color: Rock Spray. HEX triplet: A2, 3A and 1C. RGB value is (162,58,28). Sum of RGB (Red+Green+Blue) = 162+58+28=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A1C is #5DC5E3. Grayscale: #555555. Windows color (decimal): -6145508 or 1850018. OLE color: 1850018.
HSL color Cylindrical-coordinate representation of color #A23A1C: hue angle of 13.43º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A23A1C is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 28 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.36 |
| HSL | 13.43º | 0.71% | 0.37% | - |
| HSV(B) | 13.43º | 0.83% | 0.64% | - |
| XYZ | 16.62 | 10.79 | 2.31 | - |
| YUV | 85.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 28 | 0 | 0.64 | 0.83 | 0.36 | 13.43 | 0.71 | 0.37 |
| Hex | A2 | 3A | 1C | 0 | 40 | 53 | 24 | D | 47 | 25 |
| Octal | 242 | 72 | 34 | 0 | 100 | 123 | 44 | 15 | 107 | 45 |
| Binary | 10100010 | 111010 | 11100 | 0 | 1000000 | 1010011 | 100100 | 1101 | 1000111 | 100101 |
Color Harmonies of #A23A1C
Complementary color
Monochromatic Colors of #A23A1C
Black with #A23A1C
Text Example
Text Example
White with #A23A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A1C; }
p { color: rgb(162,58,28); }
H1.HeaderClassName
{
color: #A23A1C;
}
.AnyTagClassName
{
color: #A23A1C;
}
</style>
background-color css
<style>
a { background-color: #A23A1C; }
a { background-color: rgb(162,58,28); }
div.DivClassName
{
background-color: #A23A1C;
}
.BgClassName
{
background-color: #A23A1C;
}
</style>
border-color css
<style>
span { border-color: #A23A1C; }
span { border-color: rgb(162,58,28); }
td.TdClassName
{
border-color: #A23A1C;
}
.TagClassName
{
border-color: #A23A1C;
}
</style>