Shades of Rock Spray #A33B2B
Tints of Rock Spray #A33B2B
RGB
CMYK
RGB Variations
Color information
#A33B2B (or 0xA33B2B) is known color: Rock Spray. HEX triplet: A3, 3B and 2B. RGB value is (163,59,43). Sum of RGB (Red+Green+Blue) = 163+59+43=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B2B is #5CC4D4. Grayscale: #585858. Windows color (decimal): -6079701 or 2833315. OLE color: 2833315.
HSL color Cylindrical-coordinate representation of color #A33B2B: hue angle of 8º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33B2B is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 43 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.36 |
| HSL | 8º | 0.58% | 0.4% | - |
| HSV(B) | 8º | 0.74% | 0.64% | - |
| XYZ | 17.1 | 11.09 | 3.52 | - |
| YUV | 88.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 43 | 0 | 0.64 | 0.74 | 0.36 | 8 | 0.58 | 0.4 |
| Hex | A3 | 3B | 2B | 0 | 40 | 4A | 24 | 8 | 3A | 28 |
| Octal | 243 | 73 | 53 | 0 | 100 | 112 | 44 | 10 | 72 | 50 |
| Binary | 10100011 | 111011 | 101011 | 0 | 1000000 | 1001010 | 100100 | 1000 | 111010 | 101000 |
Color Harmonies of #A33B2B
Complementary color
Monochromatic Colors of #A33B2B
Black with #A33B2B
Text Example
Text Example
White with #A33B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B2B; }
p { color: rgb(163,59,43); }
H1.HeaderClassName
{
color: #A33B2B;
}
.AnyTagClassName
{
color: #A33B2B;
}
</style>
background-color css
<style>
a { background-color: #A33B2B; }
a { background-color: rgb(163,59,43); }
div.DivClassName
{
background-color: #A33B2B;
}
.BgClassName
{
background-color: #A33B2B;
}
</style>
border-color css
<style>
span { border-color: #A33B2B; }
span { border-color: rgb(163,59,43); }
td.TdClassName
{
border-color: #A33B2B;
}
.TagClassName
{
border-color: #A33B2B;
}
</style>