Shades of Rock Spray #A33A28
Tints of Rock Spray #A33A28
RGB
CMYK
RGB Variations
Color information
#A33A28 (or 0xA33A28) is known color: Rock Spray. HEX triplet: A3, 3A and 28. RGB value is (163,58,40). Sum of RGB (Red+Green+Blue) = 163+58+40=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A28 is #5CC5D7. Grayscale: #575757. Windows color (decimal): -6079960 or 2636451. OLE color: 2636451.
HSL color Cylindrical-coordinate representation of color #A33A28: hue angle of 8.78º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33A28 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 58 | 40 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.36 |
| HSL | 8.78º | 0.61% | 0.4% | - |
| HSV(B) | 8.78º | 0.75% | 0.64% | - |
| XYZ | 17 | 10.97 | 3.23 | - |
| YUV | 87.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 58 | 40 | 0 | 0.64 | 0.75 | 0.36 | 8.78 | 0.61 | 0.4 |
| Hex | A3 | 3A | 28 | 0 | 40 | 4B | 24 | 9 | 3D | 28 |
| Octal | 243 | 72 | 50 | 0 | 100 | 113 | 44 | 11 | 75 | 50 |
| Binary | 10100011 | 111010 | 101000 | 0 | 1000000 | 1001011 | 100100 | 1001 | 111101 | 101000 |
Color Harmonies of #A33A28
Complementary color
Monochromatic Colors of #A33A28
Black with #A33A28
Text Example
Text Example
White with #A33A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33A28; }
p { color: rgb(163,58,40); }
H1.HeaderClassName
{
color: #A33A28;
}
.AnyTagClassName
{
color: #A33A28;
}
</style>
background-color css
<style>
a { background-color: #A33A28; }
a { background-color: rgb(163,58,40); }
div.DivClassName
{
background-color: #A33A28;
}
.BgClassName
{
background-color: #A33A28;
}
</style>
border-color css
<style>
span { border-color: #A33A28; }
span { border-color: rgb(163,58,40); }
td.TdClassName
{
border-color: #A33A28;
}
.TagClassName
{
border-color: #A33A28;
}
</style>