Shades of Rock Spray #A83E1E
Tints of Rock Spray #A83E1E
RGB
CMYK
RGB Variations
Color information
#A83E1E (or 0xA83E1E) is known color: Rock Spray. HEX triplet: A8, 3E and 1E. RGB value is (168,62,30). Sum of RGB (Red+Green+Blue) = 168+62+30=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A83E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83E1E is #57C1E1. Grayscale: #5A5A5A. Windows color (decimal): -5751266 or 1982120. OLE color: 1982120.
HSL color Cylindrical-coordinate representation of color #A83E1E: hue angle of 13.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A83E1E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 62 | 30 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.34 |
| HSL | 13.91º | 0.7% | 0.39% | - |
| HSV(B) | 13.91º | 0.82% | 0.66% | - |
| XYZ | 18.11 | 11.86 | 2.56 | - |
| YUV | 90.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 30 | 0 | 0.63 | 0.82 | 0.34 | 13.91 | 0.7 | 0.39 |
| Hex | A8 | 3E | 1E | 0 | 3F | 52 | 22 | E | 46 | 27 |
| Octal | 250 | 76 | 36 | 0 | 77 | 122 | 42 | 16 | 106 | 47 |
| Binary | 10101000 | 111110 | 11110 | 0 | 111111 | 1010010 | 100010 | 1110 | 1000110 | 100111 |
Color Harmonies of #A83E1E
Complementary color
Monochromatic Colors of #A83E1E
Black with #A83E1E
Text Example
Text Example
White with #A83E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83E1E; }
p { color: rgb(168,62,30); }
H1.HeaderClassName
{
color: #A83E1E;
}
.AnyTagClassName
{
color: #A83E1E;
}
</style>
background-color css
<style>
a { background-color: #A83E1E; }
a { background-color: rgb(168,62,30); }
div.DivClassName
{
background-color: #A83E1E;
}
.BgClassName
{
background-color: #A83E1E;
}
</style>
border-color css
<style>
span { border-color: #A83E1E; }
span { border-color: rgb(168,62,30); }
td.TdClassName
{
border-color: #A83E1E;
}
.TagClassName
{
border-color: #A83E1E;
}
</style>