Shades of Rock Spray #A33C2D
Tints of Rock Spray #A33C2D
RGB
CMYK
RGB Variations
Color information
#A33C2D (or 0xA33C2D) is known color: Rock Spray. HEX triplet: A3, 3C and 2D. RGB value is (163,60,45). Sum of RGB (Red+Green+Blue) = 163+60+45=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33C2D is #5CC3D2. Grayscale: #595959. Windows color (decimal): -6079443 or 2964643. OLE color: 2964643.
HSL color Cylindrical-coordinate representation of color #A33C2D: hue angle of 7.63º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33C2D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 45 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.36 |
| HSL | 7.63º | 0.57% | 0.41% | - |
| HSV(B) | 7.63º | 0.72% | 0.64% | - |
| XYZ | 17.19 | 11.21 | 3.74 | - |
| YUV | 89.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 45 | 0 | 0.63 | 0.72 | 0.36 | 7.63 | 0.57 | 0.41 |
| Hex | A3 | 3C | 2D | 0 | 3F | 48 | 24 | 8 | 39 | 29 |
| Octal | 243 | 74 | 55 | 0 | 77 | 110 | 44 | 10 | 71 | 51 |
| Binary | 10100011 | 111100 | 101101 | 0 | 111111 | 1001000 | 100100 | 1000 | 111001 | 101001 |
Color Harmonies of #A33C2D
Complementary color
Monochromatic Colors of #A33C2D
Black with #A33C2D
Text Example
Text Example
White with #A33C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C2D; }
p { color: rgb(163,60,45); }
H1.HeaderClassName
{
color: #A33C2D;
}
.AnyTagClassName
{
color: #A33C2D;
}
</style>
background-color css
<style>
a { background-color: #A33C2D; }
a { background-color: rgb(163,60,45); }
div.DivClassName
{
background-color: #A33C2D;
}
.BgClassName
{
background-color: #A33C2D;
}
</style>
border-color css
<style>
span { border-color: #A33C2D; }
span { border-color: rgb(163,60,45); }
td.TdClassName
{
border-color: #A33C2D;
}
.TagClassName
{
border-color: #A33C2D;
}
</style>