Shades of Rock Spray #A43A1B
Tints of Rock Spray #A43A1B
RGB
CMYK
RGB Variations
Color information
#A43A1B (or 0xA43A1B) is known color: Rock Spray. HEX triplet: A4, 3A and 1B. RGB value is (164,58,27). Sum of RGB (Red+Green+Blue) = 164+58+27=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A1B is #5BC5E4. Grayscale: #565656. Windows color (decimal): -6014437 or 1784484. OLE color: 1784484.
HSL color Cylindrical-coordinate representation of color #A43A1B: hue angle of 13.58º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A43A1B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 27 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.36 |
| HSL | 13.58º | 0.72% | 0.37% | - |
| HSV(B) | 13.58º | 0.84% | 0.64% | - |
| XYZ | 17.02 | 11 | 2.26 | - |
| YUV | 86.16 | 94.62 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 27 | 0 | 0.65 | 0.84 | 0.36 | 13.58 | 0.72 | 0.37 |
| Hex | A4 | 3A | 1B | 0 | 41 | 54 | 24 | E | 48 | 25 |
| Octal | 244 | 72 | 33 | 0 | 101 | 124 | 44 | 16 | 110 | 45 |
| Binary | 10100100 | 111010 | 11011 | 0 | 1000001 | 1010100 | 100100 | 1110 | 1001000 | 100101 |
Color Harmonies of #A43A1B
Complementary color
Monochromatic Colors of #A43A1B
Black with #A43A1B
Text Example
Text Example
White with #A43A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A1B; }
p { color: rgb(164,58,27); }
H1.HeaderClassName
{
color: #A43A1B;
}
.AnyTagClassName
{
color: #A43A1B;
}
</style>
background-color css
<style>
a { background-color: #A43A1B; }
a { background-color: rgb(164,58,27); }
div.DivClassName
{
background-color: #A43A1B;
}
.BgClassName
{
background-color: #A43A1B;
}
</style>
border-color css
<style>
span { border-color: #A43A1B; }
span { border-color: rgb(164,58,27); }
td.TdClassName
{
border-color: #A43A1B;
}
.TagClassName
{
border-color: #A43A1B;
}
</style>