Shades of Carmine #AA0127
Tints of Carmine #AA0127
RGB
CMYK
RGB Variations
Color information
#AA0127 (or 0xAA0127) is known color: Carmine. HEX triplet: AA, 01 and 27. RGB value is (170,1,39). Sum of RGB (Red+Green+Blue) = 170+1+39=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0127 is #55FED8. Grayscale: #373737. Windows color (decimal): -5635801 or 2556330. OLE color: 2556330.
HSL color Cylindrical-coordinate representation of color #AA0127: hue angle of 346.51º 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 #AA0127 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.33 |
| HSL | 346.51º | 0.99% | 0.34% | - |
| HSV(B) | 346.51º | 0.99% | 0.67% | - |
| XYZ | 16.95 | 8.71 | 2.71 | - |
| YUV | 55.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 39 | 0 | 0.99 | 0.77 | 0.33 | 346.51 | 0.99 | 0.34 |
| Hex | AA | 1 | 27 | 0 | 63 | 4D | 21 | 15B | 63 | 22 |
| Octal | 252 | 1 | 47 | 0 | 143 | 115 | 41 | 533 | 143 | 42 |
| Binary | 10101010 | 1 | 100111 | 0 | 1100011 | 1001101 | 100001 | 101011011 | 1100011 | 100010 |
Color Harmonies of #AA0127
Complementary color
Monochromatic Colors of #AA0127
Black with #AA0127
Text Example
Text Example
White with #AA0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0127; }
p { color: rgb(170,1,39); }
H1.HeaderClassName
{
color: #AA0127;
}
.AnyTagClassName
{
color: #AA0127;
}
</style>
background-color css
<style>
a { background-color: #AA0127; }
a { background-color: rgb(170,1,39); }
div.DivClassName
{
background-color: #AA0127;
}
.BgClassName
{
background-color: #AA0127;
}
</style>
border-color css
<style>
span { border-color: #AA0127; }
span { border-color: rgb(170,1,39); }
td.TdClassName
{
border-color: #AA0127;
}
.TagClassName
{
border-color: #AA0127;
}
</style>