Shades of Rock Spray #A43D27
Tints of Rock Spray #A43D27
RGB
CMYK
RGB Variations
Color information
#A43D27 (or 0xA43D27) is known color: Rock Spray. HEX triplet: A4, 3D and 27. RGB value is (164,61,39). Sum of RGB (Red+Green+Blue) = 164+61+39=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D27 is #5BC2D8. Grayscale: #595959. Windows color (decimal): -6013657 or 2571684. OLE color: 2571684.
HSL color Cylindrical-coordinate representation of color #A43D27: hue angle of 10.56º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43D27 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 39 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.36 |
| HSL | 10.56º | 0.62% | 0.4% | - |
| HSV(B) | 10.56º | 0.76% | 0.64% | - |
| XYZ | 17.34 | 11.38 | 3.2 | - |
| YUV | 89.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 39 | 0 | 0.63 | 0.76 | 0.36 | 10.56 | 0.62 | 0.4 |
| Hex | A4 | 3D | 27 | 0 | 3F | 4C | 24 | B | 3E | 28 |
| Octal | 244 | 75 | 47 | 0 | 77 | 114 | 44 | 13 | 76 | 50 |
| Binary | 10100100 | 111101 | 100111 | 0 | 111111 | 1001100 | 100100 | 1011 | 111110 | 101000 |
Color Harmonies of #A43D27
Complementary color
Monochromatic Colors of #A43D27
Black with #A43D27
Text Example
Text Example
White with #A43D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D27; }
p { color: rgb(164,61,39); }
H1.HeaderClassName
{
color: #A43D27;
}
.AnyTagClassName
{
color: #A43D27;
}
</style>
background-color css
<style>
a { background-color: #A43D27; }
a { background-color: rgb(164,61,39); }
div.DivClassName
{
background-color: #A43D27;
}
.BgClassName
{
background-color: #A43D27;
}
</style>
border-color css
<style>
span { border-color: #A43D27; }
span { border-color: rgb(164,61,39); }
td.TdClassName
{
border-color: #A43D27;
}
.TagClassName
{
border-color: #A43D27;
}
</style>