Shades of Carmine #A71024
Tints of Carmine #A71024
RGB
CMYK
RGB Variations
Color information
#A71024 (or 0xA71024) is known color: Carmine. HEX triplet: A7, 10 and 24. RGB value is (167,16,36). Sum of RGB (Red+Green+Blue) = 167+16+36=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A71024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71024 is #58EFDB. Grayscale: #3F3F3F. Windows color (decimal): -5828572 or 2363559. OLE color: 2363559.
HSL color Cylindrical-coordinate representation of color #A71024: hue angle of 352.05º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71024 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 36 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.35 |
| HSL | 352.05º | 0.83% | 0.36% | - |
| HSV(B) | 352.05º | 0.9% | 0.65% | - |
| XYZ | 16.44 | 8.71 | 2.48 | - |
| YUV | 63.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 36 | 0 | 0.90 | 0.78 | 0.35 | 352.05 | 0.83 | 0.36 |
| Hex | A7 | 10 | 24 | 0 | 5A | 4E | 23 | 160 | 53 | 24 |
| Octal | 247 | 20 | 44 | 0 | 132 | 116 | 43 | 540 | 123 | 44 |
| Binary | 10100111 | 10000 | 100100 | 0 | 1011010 | 1001110 | 100011 | 101100000 | 1010011 | 100100 |
Color Harmonies of #A71024
Complementary color
Monochromatic Colors of #A71024
Black with #A71024
Text Example
Text Example
White with #A71024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71024; }
p { color: rgb(167,16,36); }
H1.HeaderClassName
{
color: #A71024;
}
.AnyTagClassName
{
color: #A71024;
}
</style>
background-color css
<style>
a { background-color: #A71024; }
a { background-color: rgb(167,16,36); }
div.DivClassName
{
background-color: #A71024;
}
.BgClassName
{
background-color: #A71024;
}
</style>
border-color css
<style>
span { border-color: #A71024; }
span { border-color: rgb(167,16,36); }
td.TdClassName
{
border-color: #A71024;
}
.TagClassName
{
border-color: #A71024;
}
</style>