Shades of Carmine #AA012D
Tints of Carmine #AA012D
RGB
CMYK
RGB Variations
Color information
#AA012D (or 0xAA012D) is known color: Carmine. HEX triplet: AA, 01 and 2D. RGB value is (170,1,45). Sum of RGB (Red+Green+Blue) = 170+1+45=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA012D is #55FED2. Grayscale: #383838. Windows color (decimal): -5635795 or 2949546. OLE color: 2949546.
HSL color Cylindrical-coordinate representation of color #AA012D: hue angle of 344.38º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA012D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.33 |
| HSL | 344.38º | 0.99% | 0.34% | - |
| HSV(B) | 344.38º | 0.99% | 0.67% | - |
| XYZ | 17.06 | 8.76 | 3.27 | - |
| YUV | 56.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 45 | 0 | 0.99 | 0.74 | 0.33 | 344.38 | 0.99 | 0.34 |
| Hex | AA | 1 | 2D | 0 | 63 | 4A | 21 | 158 | 63 | 22 |
| Octal | 252 | 1 | 55 | 0 | 143 | 112 | 41 | 530 | 143 | 42 |
| Binary | 10101010 | 1 | 101101 | 0 | 1100011 | 1001010 | 100001 | 101011000 | 1100011 | 100010 |
Color Harmonies of #AA012D
Complementary color
Monochromatic Colors of #AA012D
Black with #AA012D
Text Example
Text Example
White with #AA012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA012D; }
p { color: rgb(170,1,45); }
H1.HeaderClassName
{
color: #AA012D;
}
.AnyTagClassName
{
color: #AA012D;
}
</style>
background-color css
<style>
a { background-color: #AA012D; }
a { background-color: rgb(170,1,45); }
div.DivClassName
{
background-color: #AA012D;
}
.BgClassName
{
background-color: #AA012D;
}
</style>
border-color css
<style>
span { border-color: #AA012D; }
span { border-color: rgb(170,1,45); }
td.TdClassName
{
border-color: #AA012D;
}
.TagClassName
{
border-color: #AA012D;
}
</style>