Shades of Rock Spray #A3412D
Tints of Rock Spray #A3412D
RGB
CMYK
RGB Variations
Color information
#A3412D (or 0xA3412D) is known color: Rock Spray. HEX triplet: A3, 41 and 2D. RGB value is (163,65,45). Sum of RGB (Red+Green+Blue) = 163+65+45=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3412D is #5CBED2. Grayscale: #5C5C5C. Windows color (decimal): -6078163 or 2965923. OLE color: 2965923.
HSL color Cylindrical-coordinate representation of color #A3412D: hue angle of 10.17º 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 #A3412D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 45 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.36 |
| HSL | 10.17º | 0.57% | 0.41% | - |
| HSV(B) | 10.17º | 0.72% | 0.64% | - |
| XYZ | 17.47 | 11.76 | 3.83 | - |
| YUV | 92.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 45 | 0 | 0.60 | 0.72 | 0.36 | 10.17 | 0.57 | 0.41 |
| Hex | A3 | 41 | 2D | 0 | 3C | 48 | 24 | A | 39 | 29 |
| Octal | 243 | 101 | 55 | 0 | 74 | 110 | 44 | 12 | 71 | 51 |
| Binary | 10100011 | 1000001 | 101101 | 0 | 111100 | 1001000 | 100100 | 1010 | 111001 | 101001 |
Color Harmonies of #A3412D
Complementary color
Monochromatic Colors of #A3412D
Black with #A3412D
Text Example
Text Example
White with #A3412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3412D; }
p { color: rgb(163,65,45); }
H1.HeaderClassName
{
color: #A3412D;
}
.AnyTagClassName
{
color: #A3412D;
}
</style>
background-color css
<style>
a { background-color: #A3412D; }
a { background-color: rgb(163,65,45); }
div.DivClassName
{
background-color: #A3412D;
}
.BgClassName
{
background-color: #A3412D;
}
</style>
border-color css
<style>
span { border-color: #A3412D; }
span { border-color: rgb(163,65,45); }
td.TdClassName
{
border-color: #A3412D;
}
.TagClassName
{
border-color: #A3412D;
}
</style>