Shades of Carmine #AA1023
Tints of Carmine #AA1023
RGB
CMYK
RGB Variations
Color information
#AA1023 (or 0xAA1023) is known color: Carmine. HEX triplet: AA, 10 and 23. RGB value is (170,16,35). Sum of RGB (Red+Green+Blue) = 170+16+35=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1023 is #55EFDC. Grayscale: #404040. Windows color (decimal): -5631965 or 2298026. OLE color: 2298026.
HSL color Cylindrical-coordinate representation of color #AA1023: hue angle of 352.6º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1023 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 35 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.33 |
| HSL | 352.6º | 0.83% | 0.36% | - |
| HSV(B) | 352.6º | 0.91% | 0.67% | - |
| XYZ | 17.07 | 9.04 | 2.44 | - |
| YUV | 64.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 35 | 0 | 0.91 | 0.79 | 0.33 | 352.6 | 0.83 | 0.36 |
| Hex | AA | 10 | 23 | 0 | 5B | 4F | 21 | 161 | 53 | 24 |
| Octal | 252 | 20 | 43 | 0 | 133 | 117 | 41 | 541 | 123 | 44 |
| Binary | 10101010 | 10000 | 100011 | 0 | 1011011 | 1001111 | 100001 | 101100001 | 1010011 | 100100 |
Color Harmonies of #AA1023
Complementary color
Monochromatic Colors of #AA1023
Black with #AA1023
Text Example
Text Example
White with #AA1023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1023; }
p { color: rgb(170,16,35); }
H1.HeaderClassName
{
color: #AA1023;
}
.AnyTagClassName
{
color: #AA1023;
}
</style>
background-color css
<style>
a { background-color: #AA1023; }
a { background-color: rgb(170,16,35); }
div.DivClassName
{
background-color: #AA1023;
}
.BgClassName
{
background-color: #AA1023;
}
</style>
border-color css
<style>
span { border-color: #AA1023; }
span { border-color: rgb(170,16,35); }
td.TdClassName
{
border-color: #AA1023;
}
.TagClassName
{
border-color: #AA1023;
}
</style>