Shades of Rock Spray #A33A24
Tints of Rock Spray #A33A24
RGB
CMYK
RGB Variations
Color information
#A33A24 (or 0xA33A24) is known color: Rock Spray. HEX triplet: A3, 3A and 24. RGB value is (163,58,36). Sum of RGB (Red+Green+Blue) = 163+58+36=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A24 is #5CC5DB. Grayscale: #575757. Windows color (decimal): -6079964 or 2374307. OLE color: 2374307.
HSL color Cylindrical-coordinate representation of color #A33A24: hue angle of 10.39º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A33A24 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 36 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.36 |
| HSL | 10.39º | 0.64% | 0.39% | - |
| HSV(B) | 10.39º | 0.78% | 0.64% | - |
| XYZ | 16.94 | 10.94 | 2.89 | - |
| YUV | 86.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 36 | 0 | 0.64 | 0.78 | 0.36 | 10.39 | 0.64 | 0.39 |
| Hex | A3 | 3A | 24 | 0 | 40 | 4E | 24 | A | 40 | 27 |
| Octal | 243 | 72 | 44 | 0 | 100 | 116 | 44 | 12 | 100 | 47 |
| Binary | 10100011 | 111010 | 100100 | 0 | 1000000 | 1001110 | 100100 | 1010 | 1000000 | 100111 |
Color Harmonies of #A33A24
Complementary color
Monochromatic Colors of #A33A24
Black with #A33A24
Text Example
Text Example
White with #A33A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A24; }
p { color: rgb(163,58,36); }
H1.HeaderClassName
{
color: #A33A24;
}
.AnyTagClassName
{
color: #A33A24;
}
</style>
background-color css
<style>
a { background-color: #A33A24; }
a { background-color: rgb(163,58,36); }
div.DivClassName
{
background-color: #A33A24;
}
.BgClassName
{
background-color: #A33A24;
}
</style>
border-color css
<style>
span { border-color: #A33A24; }
span { border-color: rgb(163,58,36); }
td.TdClassName
{
border-color: #A33A24;
}
.TagClassName
{
border-color: #A33A24;
}
</style>