Shades of Rock Spray #A83B1E
Tints of Rock Spray #A83B1E
RGB
CMYK
RGB Variations
Color information
#A83B1E (or 0xA83B1E) is known color: Rock Spray. HEX triplet: A8, 3B and 1E. RGB value is (168,59,30). Sum of RGB (Red+Green+Blue) = 168+59+30=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83B1E is #57C4E1. Grayscale: #585858. Windows color (decimal): -5752034 or 1981352. OLE color: 1981352.
HSL color Cylindrical-coordinate representation of color #A83B1E: hue angle of 12.61º 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 #A83B1E is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 59 | 30 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.34 |
| HSL | 12.61º | 0.7% | 0.39% | - |
| HSV(B) | 12.61º | 0.82% | 0.66% | - |
| XYZ | 17.95 | 11.55 | 2.51 | - |
| YUV | 88.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 30 | 0 | 0.65 | 0.82 | 0.34 | 12.61 | 0.7 | 0.39 |
| Hex | A8 | 3B | 1E | 0 | 41 | 52 | 22 | D | 46 | 27 |
| Octal | 250 | 73 | 36 | 0 | 101 | 122 | 42 | 15 | 106 | 47 |
| Binary | 10101000 | 111011 | 11110 | 0 | 1000001 | 1010010 | 100010 | 1101 | 1000110 | 100111 |
Color Harmonies of #A83B1E
Complementary color
Monochromatic Colors of #A83B1E
Black with #A83B1E
Text Example
Text Example
White with #A83B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83B1E; }
p { color: rgb(168,59,30); }
H1.HeaderClassName
{
color: #A83B1E;
}
.AnyTagClassName
{
color: #A83B1E;
}
</style>
background-color css
<style>
a { background-color: #A83B1E; }
a { background-color: rgb(168,59,30); }
div.DivClassName
{
background-color: #A83B1E;
}
.BgClassName
{
background-color: #A83B1E;
}
</style>
border-color css
<style>
span { border-color: #A83B1E; }
span { border-color: rgb(168,59,30); }
td.TdClassName
{
border-color: #A83B1E;
}
.TagClassName
{
border-color: #A83B1E;
}
</style>