Shades of Carmine #A9021B
Tints of Carmine #A9021B
RGB
CMYK
RGB Variations
Color information
#A9021B (or 0xA9021B) is known color: Carmine. HEX triplet: A9, 02 and 1B. RGB value is (169,2,27). Sum of RGB (Red+Green+Blue) = 169+2+27=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A9021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9021B is #56FDE4. Grayscale: #363636. Windows color (decimal): -5701093 or 1770153. OLE color: 1770153.
HSL color Cylindrical-coordinate representation of color #A9021B: hue angle of 351.02º 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 #A9021B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.34 |
| HSL | 351.02º | 0.98% | 0.34% | - |
| HSV(B) | 351.02º | 0.99% | 0.66% | - |
| XYZ | 16.58 | 8.56 | 1.81 | - |
| YUV | 54.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 27 | 0 | 0.99 | 0.84 | 0.34 | 351.02 | 0.98 | 0.34 |
| Hex | A9 | 2 | 1B | 0 | 63 | 54 | 22 | 15F | 62 | 22 |
| Octal | 251 | 2 | 33 | 0 | 143 | 124 | 42 | 537 | 142 | 42 |
| Binary | 10101001 | 10 | 11011 | 0 | 1100011 | 1010100 | 100010 | 101011111 | 1100010 | 100010 |
Color Harmonies of #A9021B
Complementary color
Monochromatic Colors of #A9021B
Black with #A9021B
Text Example
Text Example
White with #A9021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9021B; }
p { color: rgb(169,2,27); }
H1.HeaderClassName
{
color: #A9021B;
}
.AnyTagClassName
{
color: #A9021B;
}
</style>
background-color css
<style>
a { background-color: #A9021B; }
a { background-color: rgb(169,2,27); }
div.DivClassName
{
background-color: #A9021B;
}
.BgClassName
{
background-color: #A9021B;
}
</style>
border-color css
<style>
span { border-color: #A9021B; }
span { border-color: rgb(169,2,27); }
td.TdClassName
{
border-color: #A9021B;
}
.TagClassName
{
border-color: #A9021B;
}
</style>