Shades of Rock Spray #A23B1C
Tints of Rock Spray #A23B1C
RGB
CMYK
RGB Variations
Color information
#A23B1C (or 0xA23B1C) is known color: Rock Spray. HEX triplet: A2, 3B and 1C. RGB value is (162,59,28). Sum of RGB (Red+Green+Blue) = 162+59+28=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B1C is #5DC4E3. Grayscale: #565656. Windows color (decimal): -6145252 or 1850274. OLE color: 1850274.
HSL color Cylindrical-coordinate representation of color #A23B1C: hue angle of 13.88º 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 #A23B1C is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 28 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.36 |
| HSL | 13.88º | 0.71% | 0.37% | - |
| HSV(B) | 13.88º | 0.83% | 0.64% | - |
| XYZ | 16.67 | 10.89 | 2.32 | - |
| YUV | 86.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 28 | 0 | 0.64 | 0.83 | 0.36 | 13.88 | 0.71 | 0.37 |
| Hex | A2 | 3B | 1C | 0 | 40 | 53 | 24 | E | 47 | 25 |
| Octal | 242 | 73 | 34 | 0 | 100 | 123 | 44 | 16 | 107 | 45 |
| Binary | 10100010 | 111011 | 11100 | 0 | 1000000 | 1010011 | 100100 | 1110 | 1000111 | 100101 |
Color Harmonies of #A23B1C
Complementary color
Monochromatic Colors of #A23B1C
Black with #A23B1C
Text Example
Text Example
White with #A23B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B1C; }
p { color: rgb(162,59,28); }
H1.HeaderClassName
{
color: #A23B1C;
}
.AnyTagClassName
{
color: #A23B1C;
}
</style>
background-color css
<style>
a { background-color: #A23B1C; }
a { background-color: rgb(162,59,28); }
div.DivClassName
{
background-color: #A23B1C;
}
.BgClassName
{
background-color: #A23B1C;
}
</style>
border-color css
<style>
span { border-color: #A23B1C; }
span { border-color: rgb(162,59,28); }
td.TdClassName
{
border-color: #A23B1C;
}
.TagClassName
{
border-color: #A23B1C;
}
</style>