Shades of Carmine #AA0133
Tints of Carmine #AA0133
RGB
CMYK
RGB Variations
Color information
#AA0133 (or 0xAA0133) is known color: Carmine. HEX triplet: AA, 01 and 33. RGB value is (170,1,51). Sum of RGB (Red+Green+Blue) = 170+1+51=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0133 is #55FECC. Grayscale: #393939. Windows color (decimal): -5635789 or 3342762. OLE color: 3342762.
HSL color Cylindrical-coordinate representation of color #AA0133: hue angle of 342.25º 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 #AA0133 is Cyan = 0, Magento = 0.99, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.7 | 0.33 |
| HSL | 342.25º | 0.99% | 0.34% | - |
| HSV(B) | 342.25º | 0.99% | 0.67% | - |
| XYZ | 17.19 | 8.81 | 3.93 | - |
| YUV | 57.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 51 | 0 | 0.99 | 0.7 | 0.33 | 342.25 | 0.99 | 0.34 |
| Hex | AA | 1 | 33 | 0 | 63 | 46 | 21 | 156 | 63 | 22 |
| Octal | 252 | 1 | 63 | 0 | 143 | 106 | 41 | 526 | 143 | 42 |
| Binary | 10101010 | 1 | 110011 | 0 | 1100011 | 1000110 | 100001 | 101010110 | 1100011 | 100010 |
Color Harmonies of #AA0133
Complementary color
Monochromatic Colors of #AA0133
Black with #AA0133
Text Example
Text Example
White with #AA0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0133; }
p { color: rgb(170,1,51); }
H1.HeaderClassName
{
color: #AA0133;
}
.AnyTagClassName
{
color: #AA0133;
}
</style>
background-color css
<style>
a { background-color: #AA0133; }
a { background-color: rgb(170,1,51); }
div.DivClassName
{
background-color: #AA0133;
}
.BgClassName
{
background-color: #AA0133;
}
</style>
border-color css
<style>
span { border-color: #AA0133; }
span { border-color: rgb(170,1,51); }
td.TdClassName
{
border-color: #AA0133;
}
.TagClassName
{
border-color: #AA0133;
}
</style>