Shades of Carmine #AA0123
Tints of Carmine #AA0123
RGB
CMYK
RGB Variations
Color information
#AA0123 (or 0xAA0123) is known color: Carmine. HEX triplet: AA, 01 and 23. RGB value is (170,1,35). Sum of RGB (Red+Green+Blue) = 170+1+35=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0123 is #55FEDC. Grayscale: #373737. Windows color (decimal): -5635805 or 2294186. OLE color: 2294186.
HSL color Cylindrical-coordinate representation of color #AA0123: hue angle of 347.93º 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 #AA0123 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.33 |
| HSL | 347.93º | 0.99% | 0.34% | - |
| HSV(B) | 347.93º | 0.99% | 0.67% | - |
| XYZ | 16.89 | 8.69 | 2.38 | - |
| YUV | 55.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 35 | 0 | 0.99 | 0.79 | 0.33 | 347.93 | 0.99 | 0.34 |
| Hex | AA | 1 | 23 | 0 | 63 | 4F | 21 | 15C | 63 | 22 |
| Octal | 252 | 1 | 43 | 0 | 143 | 117 | 41 | 534 | 143 | 42 |
| Binary | 10101010 | 1 | 100011 | 0 | 1100011 | 1001111 | 100001 | 101011100 | 1100011 | 100010 |
Color Harmonies of #AA0123
Complementary color
Monochromatic Colors of #AA0123
Black with #AA0123
Text Example
Text Example
White with #AA0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0123; }
p { color: rgb(170,1,35); }
H1.HeaderClassName
{
color: #AA0123;
}
.AnyTagClassName
{
color: #AA0123;
}
</style>
background-color css
<style>
a { background-color: #AA0123; }
a { background-color: rgb(170,1,35); }
div.DivClassName
{
background-color: #AA0123;
}
.BgClassName
{
background-color: #AA0123;
}
</style>
border-color css
<style>
span { border-color: #AA0123; }
span { border-color: rgb(170,1,35); }
td.TdClassName
{
border-color: #AA0123;
}
.TagClassName
{
border-color: #AA0123;
}
</style>