Shades of Rock Spray #A43F2F
Tints of Rock Spray #A43F2F
RGB
CMYK
RGB Variations
Color information
#A43F2F (or 0xA43F2F) is known color: Rock Spray. HEX triplet: A4, 3F and 2F. RGB value is (164,63,47). Sum of RGB (Red+Green+Blue) = 164+63+47=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43F2F is #5BC0D0. Grayscale: #5B5B5B. Windows color (decimal): -6013137 or 3096484. OLE color: 3096484.
HSL color Cylindrical-coordinate representation of color #A43F2F: hue angle of 8.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43F2F is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 47 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.36 |
| HSL | 8.21º | 0.55% | 0.41% | - |
| HSV(B) | 8.21º | 0.71% | 0.64% | - |
| XYZ | 17.6 | 11.65 | 4.01 | - |
| YUV | 91.38 | 102.96 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 47 | 0 | 0.62 | 0.71 | 0.36 | 8.21 | 0.55 | 0.41 |
| Hex | A4 | 3F | 2F | 0 | 3E | 47 | 24 | 8 | 37 | 29 |
| Octal | 244 | 77 | 57 | 0 | 76 | 107 | 44 | 10 | 67 | 51 |
| Binary | 10100100 | 111111 | 101111 | 0 | 111110 | 1000111 | 100100 | 1000 | 110111 | 101001 |
Color Harmonies of #A43F2F
Complementary color
Monochromatic Colors of #A43F2F
Black with #A43F2F
Text Example
Text Example
White with #A43F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F2F; }
p { color: rgb(164,63,47); }
H1.HeaderClassName
{
color: #A43F2F;
}
.AnyTagClassName
{
color: #A43F2F;
}
</style>
background-color css
<style>
a { background-color: #A43F2F; }
a { background-color: rgb(164,63,47); }
div.DivClassName
{
background-color: #A43F2F;
}
.BgClassName
{
background-color: #A43F2F;
}
</style>
border-color css
<style>
span { border-color: #A43F2F; }
span { border-color: rgb(164,63,47); }
td.TdClassName
{
border-color: #A43F2F;
}
.TagClassName
{
border-color: #A43F2F;
}
</style>