Shades of Rock Spray #A23F1E
Tints of Rock Spray #A23F1E
RGB
CMYK
RGB Variations
Color information
#A23F1E (or 0xA23F1E) is known color: Rock Spray. HEX triplet: A2, 3F and 1E. RGB value is (162,63,30). Sum of RGB (Red+Green+Blue) = 162+63+30=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F1E is #5DC0E1. Grayscale: #595959. Windows color (decimal): -6144226 or 1982370. OLE color: 1982370.
HSL color Cylindrical-coordinate representation of color #A23F1E: hue angle of 15º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A23F1E is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 30 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.36 |
| HSL | 15º | 0.69% | 0.38% | - |
| HSV(B) | 15º | 0.81% | 0.64% | - |
| XYZ | 16.91 | 11.33 | 2.52 | - |
| YUV | 88.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 30 | 0 | 0.61 | 0.81 | 0.36 | 15 | 0.69 | 0.38 |
| Hex | A2 | 3F | 1E | 0 | 3D | 51 | 24 | F | 45 | 26 |
| Octal | 242 | 77 | 36 | 0 | 75 | 121 | 44 | 17 | 105 | 46 |
| Binary | 10100010 | 111111 | 11110 | 0 | 111101 | 1010001 | 100100 | 1111 | 1000101 | 100110 |
Color Harmonies of #A23F1E
Complementary color
Monochromatic Colors of #A23F1E
Black with #A23F1E
Text Example
Text Example
White with #A23F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F1E; }
p { color: rgb(162,63,30); }
H1.HeaderClassName
{
color: #A23F1E;
}
.AnyTagClassName
{
color: #A23F1E;
}
</style>
background-color css
<style>
a { background-color: #A23F1E; }
a { background-color: rgb(162,63,30); }
div.DivClassName
{
background-color: #A23F1E;
}
.BgClassName
{
background-color: #A23F1E;
}
</style>
border-color css
<style>
span { border-color: #A23F1E; }
span { border-color: rgb(162,63,30); }
td.TdClassName
{
border-color: #A23F1E;
}
.TagClassName
{
border-color: #A23F1E;
}
</style>