Shades of Rock Spray #A33A1B
Tints of Rock Spray #A33A1B
RGB
CMYK
RGB Variations
Color information
#A33A1B (or 0xA33A1B) is known color: Rock Spray. HEX triplet: A3, 3A and 1B. RGB value is (163,58,27). Sum of RGB (Red+Green+Blue) = 163+58+27=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A1B is #5CC5E4. Grayscale: #565656. Windows color (decimal): -6079973 or 1784483. OLE color: 1784483.
HSL color Cylindrical-coordinate representation of color #A33A1B: hue angle of 13.68º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A33A1B is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 27 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.36 |
| HSL | 13.68º | 0.72% | 0.37% | - |
| HSV(B) | 13.68º | 0.83% | 0.64% | - |
| XYZ | 16.82 | 10.89 | 2.25 | - |
| YUV | 85.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 27 | 0 | 0.64 | 0.83 | 0.36 | 13.68 | 0.72 | 0.37 |
| Hex | A3 | 3A | 1B | 0 | 40 | 53 | 24 | E | 48 | 25 |
| Octal | 243 | 72 | 33 | 0 | 100 | 123 | 44 | 16 | 110 | 45 |
| Binary | 10100011 | 111010 | 11011 | 0 | 1000000 | 1010011 | 100100 | 1110 | 1001000 | 100101 |
Color Harmonies of #A33A1B
Complementary color
Monochromatic Colors of #A33A1B
Black with #A33A1B
Text Example
Text Example
White with #A33A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A1B; }
p { color: rgb(163,58,27); }
H1.HeaderClassName
{
color: #A33A1B;
}
.AnyTagClassName
{
color: #A33A1B;
}
</style>
background-color css
<style>
a { background-color: #A33A1B; }
a { background-color: rgb(163,58,27); }
div.DivClassName
{
background-color: #A33A1B;
}
.BgClassName
{
background-color: #A33A1B;
}
</style>
border-color css
<style>
span { border-color: #A33A1B; }
span { border-color: rgb(163,58,27); }
td.TdClassName
{
border-color: #A33A1B;
}
.TagClassName
{
border-color: #A33A1B;
}
</style>