Shades of Rock Spray #A33C19
Tints of Rock Spray #A33C19
RGB
CMYK
RGB Variations
Color information
#A33C19 (or 0xA33C19) is known color: Rock Spray. HEX triplet: A3, 3C and 19. RGB value is (163,60,25). Sum of RGB (Red+Green+Blue) = 163+60+25=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C19 is #5CC3E6. Grayscale: #575757. Windows color (decimal): -6079463 or 1653923. OLE color: 1653923.
HSL color Cylindrical-coordinate representation of color #A33C19: hue angle of 15.22º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A33C19 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 25 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.36 |
| HSL | 15.22º | 0.73% | 0.37% | - |
| HSV(B) | 15.22º | 0.85% | 0.64% | - |
| XYZ | 16.9 | 11.09 | 2.17 | - |
| YUV | 86.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 25 | 0 | 0.63 | 0.85 | 0.36 | 15.22 | 0.73 | 0.37 |
| Hex | A3 | 3C | 19 | 0 | 3F | 55 | 24 | F | 49 | 25 |
| Octal | 243 | 74 | 31 | 0 | 77 | 125 | 44 | 17 | 111 | 45 |
| Binary | 10100011 | 111100 | 11001 | 0 | 111111 | 1010101 | 100100 | 1111 | 1001001 | 100101 |
Color Harmonies of #A33C19
Complementary color
Monochromatic Colors of #A33C19
Black with #A33C19
Text Example
Text Example
White with #A33C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C19; }
p { color: rgb(163,60,25); }
H1.HeaderClassName
{
color: #A33C19;
}
.AnyTagClassName
{
color: #A33C19;
}
</style>
background-color css
<style>
a { background-color: #A33C19; }
a { background-color: rgb(163,60,25); }
div.DivClassName
{
background-color: #A33C19;
}
.BgClassName
{
background-color: #A33C19;
}
</style>
border-color css
<style>
span { border-color: #A33C19; }
span { border-color: rgb(163,60,25); }
td.TdClassName
{
border-color: #A33C19;
}
.TagClassName
{
border-color: #A33C19;
}
</style>