Shades of Rock Spray #A3402C
Tints of Rock Spray #A3402C
RGB
CMYK
RGB Variations
Color information
#A3402C (or 0xA3402C) is known color: Rock Spray. HEX triplet: A3, 40 and 2C. RGB value is (163,64,44). Sum of RGB (Red+Green+Blue) = 163+64+44=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3402C is #5CBFD3. Grayscale: #5B5B5B. Windows color (decimal): -6078420 or 2900131. OLE color: 2900131.
HSL color Cylindrical-coordinate representation of color #A3402C: hue angle of 10.08º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3402C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 44 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.36 |
| HSL | 10.08º | 0.57% | 0.41% | - |
| HSV(B) | 10.08º | 0.73% | 0.64% | - |
| XYZ | 17.39 | 11.64 | 3.71 | - |
| YUV | 91.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 44 | 0 | 0.61 | 0.73 | 0.36 | 10.08 | 0.57 | 0.41 |
| Hex | A3 | 40 | 2C | 0 | 3D | 49 | 24 | A | 39 | 29 |
| Octal | 243 | 100 | 54 | 0 | 75 | 111 | 44 | 12 | 71 | 51 |
| Binary | 10100011 | 1000000 | 101100 | 0 | 111101 | 1001001 | 100100 | 1010 | 111001 | 101001 |
Color Harmonies of #A3402C
Complementary color
Monochromatic Colors of #A3402C
Black with #A3402C
Text Example
Text Example
White with #A3402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3402C; }
p { color: rgb(163,64,44); }
H1.HeaderClassName
{
color: #A3402C;
}
.AnyTagClassName
{
color: #A3402C;
}
</style>
background-color css
<style>
a { background-color: #A3402C; }
a { background-color: rgb(163,64,44); }
div.DivClassName
{
background-color: #A3402C;
}
.BgClassName
{
background-color: #A3402C;
}
</style>
border-color css
<style>
span { border-color: #A3402C; }
span { border-color: rgb(163,64,44); }
td.TdClassName
{
border-color: #A3402C;
}
.TagClassName
{
border-color: #A3402C;
}
</style>