Shades of Rock Spray #A43A1C
Tints of Rock Spray #A43A1C
RGB
CMYK
RGB Variations
Color information
#A43A1C (or 0xA43A1C) is known color: Rock Spray. HEX triplet: A4, 3A and 1C. RGB value is (164,58,28). Sum of RGB (Red+Green+Blue) = 164+58+28=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43A1C is #5BC5E3. Grayscale: #565656. Windows color (decimal): -6014436 or 1850020. OLE color: 1850020.
HSL color Cylindrical-coordinate representation of color #A43A1C: hue angle of 13.24º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A43A1C is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 28 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.36 |
| HSL | 13.24º | 0.71% | 0.38% | - |
| HSV(B) | 13.24º | 0.83% | 0.64% | - |
| XYZ | 17.03 | 11 | 2.32 | - |
| YUV | 86.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 28 | 0 | 0.65 | 0.83 | 0.36 | 13.24 | 0.71 | 0.38 |
| Hex | A4 | 3A | 1C | 0 | 41 | 53 | 24 | D | 47 | 26 |
| Octal | 244 | 72 | 34 | 0 | 101 | 123 | 44 | 15 | 107 | 46 |
| Binary | 10100100 | 111010 | 11100 | 0 | 1000001 | 1010011 | 100100 | 1101 | 1000111 | 100110 |
Color Harmonies of #A43A1C
Complementary color
Monochromatic Colors of #A43A1C
Black with #A43A1C
Text Example
Text Example
White with #A43A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A1C; }
p { color: rgb(164,58,28); }
H1.HeaderClassName
{
color: #A43A1C;
}
.AnyTagClassName
{
color: #A43A1C;
}
</style>
background-color css
<style>
a { background-color: #A43A1C; }
a { background-color: rgb(164,58,28); }
div.DivClassName
{
background-color: #A43A1C;
}
.BgClassName
{
background-color: #A43A1C;
}
</style>
border-color css
<style>
span { border-color: #A43A1C; }
span { border-color: rgb(164,58,28); }
td.TdClassName
{
border-color: #A43A1C;
}
.TagClassName
{
border-color: #A43A1C;
}
</style>