Shades of Carmine #A9002B
Tints of Carmine #A9002B
RGB
CMYK
RGB Variations
Color information
#A9002B (or 0xA9002B) is known color: Carmine. HEX triplet: A9, 00 and 2B. RGB value is (169,0,43). Sum of RGB (Red+Green+Blue) = 169+0+43=212 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.72% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 169 - color contains mainly: red. Hex color #A9002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9002B is #56FFD4. Grayscale: #373737. Windows color (decimal): -5701589 or 2818217. OLE color: 2818217.
HSL color Cylindrical-coordinate representation of color #A9002B: hue angle of 344.73º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9002B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.75 | 0.34 |
| HSL | 344.73º | 1% | 0.33% | - |
| HSV(B) | 344.73º | 1% | 0.66% | - |
| XYZ | 16.8 | 8.61 | 3.06 | - |
| YUV | 55.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 43 | 0 | 1 | 0.75 | 0.34 | 344.73 | 1 | 0.33 |
| Hex | A9 | 0 | 2B | 0 | 64 | 4B | 22 | 159 | 64 | 21 |
| Octal | 251 | 0 | 53 | 0 | 144 | 113 | 42 | 531 | 144 | 41 |
| Binary | 10101001 | 0 | 101011 | 0 | 1100100 | 1001011 | 100010 | 101011001 | 1100100 | 100001 |
Color Harmonies of #A9002B
Complementary color
Monochromatic Colors of #A9002B
Black with #A9002B
Text Example
Text Example
White with #A9002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9002B; }
p { color: rgb(169,0,43); }
H1.HeaderClassName
{
color: #A9002B;
}
.AnyTagClassName
{
color: #A9002B;
}
</style>
background-color css
<style>
a { background-color: #A9002B; }
a { background-color: rgb(169,0,43); }
div.DivClassName
{
background-color: #A9002B;
}
.BgClassName
{
background-color: #A9002B;
}
</style>
border-color css
<style>
span { border-color: #A9002B; }
span { border-color: rgb(169,0,43); }
td.TdClassName
{
border-color: #A9002B;
}
.TagClassName
{
border-color: #A9002B;
}
</style>