Shades of Carmine #A21426
Tints of Carmine #A21426
RGB
CMYK
RGB Variations
Color information
#A21426 (or 0xA21426) is known color: Carmine. HEX triplet: A2, 14 and 26. RGB value is (162,20,38). Sum of RGB (Red+Green+Blue) = 162+20+38=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A21426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21426 is #5DEBD9. Grayscale: #404040. Windows color (decimal): -6155226 or 2495650. OLE color: 2495650.
HSL color Cylindrical-coordinate representation of color #A21426: hue angle of 352.39º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21426 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 38 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.36 |
| HSL | 352.39º | 0.78% | 0.36% | - |
| HSV(B) | 352.39º | 0.88% | 0.64% | - |
| XYZ | 15.5 | 8.32 | 2.62 | - |
| YUV | 64.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 38 | 0 | 0.88 | 0.77 | 0.36 | 352.39 | 0.78 | 0.36 |
| Hex | A2 | 14 | 26 | 0 | 58 | 4D | 24 | 160 | 4E | 24 |
| Octal | 242 | 24 | 46 | 0 | 130 | 115 | 44 | 540 | 116 | 44 |
| Binary | 10100010 | 10100 | 100110 | 0 | 1011000 | 1001101 | 100100 | 101100000 | 1001110 | 100100 |
Color Harmonies of #A21426
Complementary color
Monochromatic Colors of #A21426
Black with #A21426
Text Example
Text Example
White with #A21426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21426; }
p { color: rgb(162,20,38); }
H1.HeaderClassName
{
color: #A21426;
}
.AnyTagClassName
{
color: #A21426;
}
</style>
background-color css
<style>
a { background-color: #A21426; }
a { background-color: rgb(162,20,38); }
div.DivClassName
{
background-color: #A21426;
}
.BgClassName
{
background-color: #A21426;
}
</style>
border-color css
<style>
span { border-color: #A21426; }
span { border-color: rgb(162,20,38); }
td.TdClassName
{
border-color: #A21426;
}
.TagClassName
{
border-color: #A21426;
}
</style>