Shades of Carmine #A71423
Tints of Carmine #A71423
RGB
CMYK
RGB Variations
Color information
#A71423 (or 0xA71423) is known color: Carmine. HEX triplet: A7, 14 and 23. RGB value is (167,20,35). Sum of RGB (Red+Green+Blue) = 167+20+35=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A71423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71423 is #58EBDC. Grayscale: #414141. Windows color (decimal): -5827549 or 2299047. OLE color: 2299047.
HSL color Cylindrical-coordinate representation of color #A71423: hue angle of 353.88º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71423 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 35 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.35 |
| HSL | 353.88º | 0.79% | 0.37% | - |
| HSV(B) | 353.88º | 0.88% | 0.65% | - |
| XYZ | 16.49 | 8.84 | 2.43 | - |
| YUV | 65.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 35 | 0 | 0.88 | 0.79 | 0.35 | 353.88 | 0.79 | 0.37 |
| Hex | A7 | 14 | 23 | 0 | 58 | 4F | 23 | 162 | 4F | 25 |
| Octal | 247 | 24 | 43 | 0 | 130 | 117 | 43 | 542 | 117 | 45 |
| Binary | 10100111 | 10100 | 100011 | 0 | 1011000 | 1001111 | 100011 | 101100010 | 1001111 | 100101 |
Color Harmonies of #A71423
Complementary color
Monochromatic Colors of #A71423
Black with #A71423
Text Example
Text Example
White with #A71423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71423; }
p { color: rgb(167,20,35); }
H1.HeaderClassName
{
color: #A71423;
}
.AnyTagClassName
{
color: #A71423;
}
</style>
background-color css
<style>
a { background-color: #A71423; }
a { background-color: rgb(167,20,35); }
div.DivClassName
{
background-color: #A71423;
}
.BgClassName
{
background-color: #A71423;
}
</style>
border-color css
<style>
span { border-color: #A71423; }
span { border-color: rgb(167,20,35); }
td.TdClassName
{
border-color: #A71423;
}
.TagClassName
{
border-color: #A71423;
}
</style>