Shades of Rock Spray #A33A22
Tints of Rock Spray #A33A22
RGB
CMYK
RGB Variations
Color information
#A33A22 (or 0xA33A22) is known color: Rock Spray. HEX triplet: A3, 3A and 22. RGB value is (163,58,34). Sum of RGB (Red+Green+Blue) = 163+58+34=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A22 is #5CC5DD. Grayscale: #565656. Windows color (decimal): -6079966 or 2243235. OLE color: 2243235.
HSL color Cylindrical-coordinate representation of color #A33A22: hue angle of 11.16º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A33A22 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 34 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.36 |
| HSL | 11.16º | 0.65% | 0.39% | - |
| HSV(B) | 11.16º | 0.79% | 0.64% | - |
| XYZ | 16.91 | 10.93 | 2.73 | - |
| YUV | 86.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 34 | 0 | 0.64 | 0.79 | 0.36 | 11.16 | 0.65 | 0.39 |
| Hex | A3 | 3A | 22 | 0 | 40 | 4F | 24 | B | 41 | 27 |
| Octal | 243 | 72 | 42 | 0 | 100 | 117 | 44 | 13 | 101 | 47 |
| Binary | 10100011 | 111010 | 100010 | 0 | 1000000 | 1001111 | 100100 | 1011 | 1000001 | 100111 |
Color Harmonies of #A33A22
Complementary color
Monochromatic Colors of #A33A22
Black with #A33A22
Text Example
Text Example
White with #A33A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A22; }
p { color: rgb(163,58,34); }
H1.HeaderClassName
{
color: #A33A22;
}
.AnyTagClassName
{
color: #A33A22;
}
</style>
background-color css
<style>
a { background-color: #A33A22; }
a { background-color: rgb(163,58,34); }
div.DivClassName
{
background-color: #A33A22;
}
.BgClassName
{
background-color: #A33A22;
}
</style>
border-color css
<style>
span { border-color: #A33A22; }
span { border-color: rgb(163,58,34); }
td.TdClassName
{
border-color: #A33A22;
}
.TagClassName
{
border-color: #A33A22;
}
</style>