Shades of Carmine #AA0823
Tints of Carmine #AA0823
RGB
CMYK
RGB Variations
Color information
#AA0823 (or 0xAA0823) is known color: Carmine. HEX triplet: AA, 08 and 23. RGB value is (170,8,35). Sum of RGB (Red+Green+Blue) = 170+8+35=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0823 is #55F7DC. Grayscale: #3B3B3B. Windows color (decimal): -5634013 or 2295978. OLE color: 2295978.
HSL color Cylindrical-coordinate representation of color #AA0823: hue angle of 350º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0823 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 35 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.33 |
| HSL | 350º | 0.91% | 0.35% | - |
| HSV(B) | 350º | 0.95% | 0.67% | - |
| XYZ | 16.97 | 8.84 | 2.4 | - |
| YUV | 59.52 | 114.17 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 35 | 0 | 0.95 | 0.79 | 0.33 | 350 | 0.91 | 0.35 |
| Hex | AA | 8 | 23 | 0 | 5F | 4F | 21 | 15E | 5B | 23 |
| Octal | 252 | 10 | 43 | 0 | 137 | 117 | 41 | 536 | 133 | 43 |
| Binary | 10101010 | 1000 | 100011 | 0 | 1011111 | 1001111 | 100001 | 101011110 | 1011011 | 100011 |
Color Harmonies of #AA0823
Complementary color
Monochromatic Colors of #AA0823
Black with #AA0823
Text Example
Text Example
White with #AA0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0823; }
p { color: rgb(170,8,35); }
H1.HeaderClassName
{
color: #AA0823;
}
.AnyTagClassName
{
color: #AA0823;
}
</style>
background-color css
<style>
a { background-color: #AA0823; }
a { background-color: rgb(170,8,35); }
div.DivClassName
{
background-color: #AA0823;
}
.BgClassName
{
background-color: #AA0823;
}
</style>
border-color css
<style>
span { border-color: #AA0823; }
span { border-color: rgb(170,8,35); }
td.TdClassName
{
border-color: #AA0823;
}
.TagClassName
{
border-color: #AA0823;
}
</style>