Shades of Rock Spray #A33F1E
Tints of Rock Spray #A33F1E
RGB
CMYK
RGB Variations
Color information
#A33F1E (or 0xA33F1E) is known color: Rock Spray. HEX triplet: A3, 3F and 1E. RGB value is (163,63,30). Sum of RGB (Red+Green+Blue) = 163+63+30=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F1E is #5CC0E1. Grayscale: #595959. Windows color (decimal): -6078690 or 1982371. OLE color: 1982371.
HSL color Cylindrical-coordinate representation of color #A33F1E: hue angle of 14.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A33F1E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 63 | 30 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.36 |
| HSL | 14.89º | 0.69% | 0.38% | - |
| HSV(B) | 14.89º | 0.82% | 0.64% | - |
| XYZ | 17.12 | 11.44 | 2.53 | - |
| YUV | 89.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 30 | 0 | 0.61 | 0.82 | 0.36 | 14.89 | 0.69 | 0.38 |
| Hex | A3 | 3F | 1E | 0 | 3D | 52 | 24 | F | 45 | 26 |
| Octal | 243 | 77 | 36 | 0 | 75 | 122 | 44 | 17 | 105 | 46 |
| Binary | 10100011 | 111111 | 11110 | 0 | 111101 | 1010010 | 100100 | 1111 | 1000101 | 100110 |
Color Harmonies of #A33F1E
Complementary color
Monochromatic Colors of #A33F1E
Black with #A33F1E
Text Example
Text Example
White with #A33F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33F1E; }
p { color: rgb(163,63,30); }
H1.HeaderClassName
{
color: #A33F1E;
}
.AnyTagClassName
{
color: #A33F1E;
}
</style>
background-color css
<style>
a { background-color: #A33F1E; }
a { background-color: rgb(163,63,30); }
div.DivClassName
{
background-color: #A33F1E;
}
.BgClassName
{
background-color: #A33F1E;
}
</style>
border-color css
<style>
span { border-color: #A33F1E; }
span { border-color: rgb(163,63,30); }
td.TdClassName
{
border-color: #A33F1E;
}
.TagClassName
{
border-color: #A33F1E;
}
</style>