Shades of Rock Spray #A3412A
Tints of Rock Spray #A3412A
RGB
CMYK
RGB Variations
Color information
#A3412A (or 0xA3412A) is known color: Rock Spray. HEX triplet: A3, 41 and 2A. RGB value is (163,65,42). Sum of RGB (Red+Green+Blue) = 163+65+42=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3412A is #5CBED5. Grayscale: #5B5B5B. Windows color (decimal): -6078166 or 2769315. OLE color: 2769315.
HSL color Cylindrical-coordinate representation of color #A3412A: hue angle of 11.4º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3412A is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 42 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.36 |
| HSL | 11.4º | 0.59% | 0.4% | - |
| HSV(B) | 11.4º | 0.74% | 0.64% | - |
| XYZ | 17.41 | 11.73 | 3.54 | - |
| YUV | 91.68 | 99.97 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 42 | 0 | 0.60 | 0.74 | 0.36 | 11.4 | 0.59 | 0.4 |
| Hex | A3 | 41 | 2A | 0 | 3C | 4A | 24 | B | 3B | 28 |
| Octal | 243 | 101 | 52 | 0 | 74 | 112 | 44 | 13 | 73 | 50 |
| Binary | 10100011 | 1000001 | 101010 | 0 | 111100 | 1001010 | 100100 | 1011 | 111011 | 101000 |
Color Harmonies of #A3412A
Complementary color
Monochromatic Colors of #A3412A
Black with #A3412A
Text Example
Text Example
White with #A3412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3412A; }
p { color: rgb(163,65,42); }
H1.HeaderClassName
{
color: #A3412A;
}
.AnyTagClassName
{
color: #A3412A;
}
</style>
background-color css
<style>
a { background-color: #A3412A; }
a { background-color: rgb(163,65,42); }
div.DivClassName
{
background-color: #A3412A;
}
.BgClassName
{
background-color: #A3412A;
}
</style>
border-color css
<style>
span { border-color: #A3412A; }
span { border-color: rgb(163,65,42); }
td.TdClassName
{
border-color: #A3412A;
}
.TagClassName
{
border-color: #A3412A;
}
</style>