Shades of Rock Spray #A43F2D
Tints of Rock Spray #A43F2D
RGB
CMYK
RGB Variations
Color information
#A43F2D (or 0xA43F2D) is known color: Rock Spray. HEX triplet: A4, 3F and 2D. RGB value is (164,63,45). Sum of RGB (Red+Green+Blue) = 164+63+45=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43F2D is #5BC0D2. Grayscale: #5B5B5B. Windows color (decimal): -6013139 or 2965412. OLE color: 2965412.
HSL color Cylindrical-coordinate representation of color #A43F2D: hue angle of 9.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 #A43F2D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 63 | 45 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.36 |
| HSL | 9.08º | 0.57% | 0.41% | - |
| HSV(B) | 9.08º | 0.73% | 0.64% | - |
| XYZ | 17.56 | 11.64 | 3.8 | - |
| YUV | 91.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 45 | 0 | 0.62 | 0.73 | 0.36 | 9.08 | 0.57 | 0.41 |
| Hex | A4 | 3F | 2D | 0 | 3E | 49 | 24 | 9 | 39 | 29 |
| Octal | 244 | 77 | 55 | 0 | 76 | 111 | 44 | 11 | 71 | 51 |
| Binary | 10100100 | 111111 | 101101 | 0 | 111110 | 1001001 | 100100 | 1001 | 111001 | 101001 |
Color Harmonies of #A43F2D
Complementary color
Monochromatic Colors of #A43F2D
Black with #A43F2D
Text Example
Text Example
White with #A43F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43F2D; }
p { color: rgb(164,63,45); }
H1.HeaderClassName
{
color: #A43F2D;
}
.AnyTagClassName
{
color: #A43F2D;
}
</style>
background-color css
<style>
a { background-color: #A43F2D; }
a { background-color: rgb(164,63,45); }
div.DivClassName
{
background-color: #A43F2D;
}
.BgClassName
{
background-color: #A43F2D;
}
</style>
border-color css
<style>
span { border-color: #A43F2D; }
span { border-color: rgb(164,63,45); }
td.TdClassName
{
border-color: #A43F2D;
}
.TagClassName
{
border-color: #A43F2D;
}
</style>