Shades of Rock Spray #A43D2A
Tints of Rock Spray #A43D2A
RGB
CMYK
RGB Variations
Color information
#A43D2A (or 0xA43D2A) is known color: Rock Spray. HEX triplet: A4, 3D and 2A. RGB value is (164,61,42). Sum of RGB (Red+Green+Blue) = 164+61+42=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D2A is #5BC2D5. Grayscale: #595959. Windows color (decimal): -6013654 or 2768292. OLE color: 2768292.
HSL color Cylindrical-coordinate representation of color #A43D2A: hue angle of 9.34º 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 #A43D2A is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 42 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.36 |
| HSL | 9.34º | 0.59% | 0.4% | - |
| HSV(B) | 9.34º | 0.74% | 0.64% | - |
| XYZ | 17.4 | 11.4 | 3.47 | - |
| YUV | 89.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 42 | 0 | 0.63 | 0.74 | 0.36 | 9.34 | 0.59 | 0.4 |
| Hex | A4 | 3D | 2A | 0 | 3F | 4A | 24 | 9 | 3B | 28 |
| Octal | 244 | 75 | 52 | 0 | 77 | 112 | 44 | 11 | 73 | 50 |
| Binary | 10100100 | 111101 | 101010 | 0 | 111111 | 1001010 | 100100 | 1001 | 111011 | 101000 |
Color Harmonies of #A43D2A
Complementary color
Monochromatic Colors of #A43D2A
Black with #A43D2A
Text Example
Text Example
White with #A43D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D2A; }
p { color: rgb(164,61,42); }
H1.HeaderClassName
{
color: #A43D2A;
}
.AnyTagClassName
{
color: #A43D2A;
}
</style>
background-color css
<style>
a { background-color: #A43D2A; }
a { background-color: rgb(164,61,42); }
div.DivClassName
{
background-color: #A43D2A;
}
.BgClassName
{
background-color: #A43D2A;
}
</style>
border-color css
<style>
span { border-color: #A43D2A; }
span { border-color: rgb(164,61,42); }
td.TdClassName
{
border-color: #A43D2A;
}
.TagClassName
{
border-color: #A43D2A;
}
</style>