Shades of Carmine #A9021A
Tints of Carmine #A9021A
RGB
CMYK
RGB Variations
Color information
#A9021A (or 0xA9021A) is known color: Carmine. HEX triplet: A9, 02 and 1A. RGB value is (169,2,26). Sum of RGB (Red+Green+Blue) = 169+2+26=197 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.79% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 169 - color contains mainly: red. Hex color #A9021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9021A is #56FDE5. Grayscale: #363636. Windows color (decimal): -5701094 or 1704617. OLE color: 1704617.
HSL color Cylindrical-coordinate representation of color #A9021A: hue angle of 351.38º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9021A is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.34 |
| HSL | 351.38º | 0.98% | 0.34% | - |
| HSV(B) | 351.38º | 0.99% | 0.66% | - |
| XYZ | 16.57 | 8.55 | 1.75 | - |
| YUV | 54.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 26 | 0 | 0.99 | 0.85 | 0.34 | 351.38 | 0.98 | 0.34 |
| Hex | A9 | 2 | 1A | 0 | 63 | 55 | 22 | 15F | 62 | 22 |
| Octal | 251 | 2 | 32 | 0 | 143 | 125 | 42 | 537 | 142 | 42 |
| Binary | 10101001 | 10 | 11010 | 0 | 1100011 | 1010101 | 100010 | 101011111 | 1100010 | 100010 |
Color Harmonies of #A9021A
Complementary color
Monochromatic Colors of #A9021A
Black with #A9021A
Text Example
Text Example
White with #A9021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9021A; }
p { color: rgb(169,2,26); }
H1.HeaderClassName
{
color: #A9021A;
}
.AnyTagClassName
{
color: #A9021A;
}
</style>
background-color css
<style>
a { background-color: #A9021A; }
a { background-color: rgb(169,2,26); }
div.DivClassName
{
background-color: #A9021A;
}
.BgClassName
{
background-color: #A9021A;
}
</style>
border-color css
<style>
span { border-color: #A9021A; }
span { border-color: rgb(169,2,26); }
td.TdClassName
{
border-color: #A9021A;
}
.TagClassName
{
border-color: #A9021A;
}
</style>