Shades of Rock Spray #A23F2A
Tints of Rock Spray #A23F2A
RGB
CMYK
RGB Variations
Color information
#A23F2A (or 0xA23F2A) is known color: Rock Spray. HEX triplet: A2, 3F and 2A. RGB value is (162,63,42). Sum of RGB (Red+Green+Blue) = 162+63+42=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F2A is #5DC0D5. Grayscale: #5A5A5A. Windows color (decimal): -6144214 or 2768802. OLE color: 2768802.
HSL color Cylindrical-coordinate representation of color #A23F2A: hue angle of 10.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23F2A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 42 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.36 |
| HSL | 10.5º | 0.59% | 0.4% | - |
| HSV(B) | 10.5º | 0.74% | 0.64% | - |
| XYZ | 17.1 | 11.4 | 3.49 | - |
| YUV | 90.21 | 100.8 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 42 | 0 | 0.61 | 0.74 | 0.36 | 10.5 | 0.59 | 0.4 |
| Hex | A2 | 3F | 2A | 0 | 3D | 4A | 24 | A | 3B | 28 |
| Octal | 242 | 77 | 52 | 0 | 75 | 112 | 44 | 12 | 73 | 50 |
| Binary | 10100010 | 111111 | 101010 | 0 | 111101 | 1001010 | 100100 | 1010 | 111011 | 101000 |
Color Harmonies of #A23F2A
Complementary color
Monochromatic Colors of #A23F2A
Black with #A23F2A
Text Example
Text Example
White with #A23F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F2A; }
p { color: rgb(162,63,42); }
H1.HeaderClassName
{
color: #A23F2A;
}
.AnyTagClassName
{
color: #A23F2A;
}
</style>
background-color css
<style>
a { background-color: #A23F2A; }
a { background-color: rgb(162,63,42); }
div.DivClassName
{
background-color: #A23F2A;
}
.BgClassName
{
background-color: #A23F2A;
}
</style>
border-color css
<style>
span { border-color: #A23F2A; }
span { border-color: rgb(162,63,42); }
td.TdClassName
{
border-color: #A23F2A;
}
.TagClassName
{
border-color: #A23F2A;
}
</style>