Shades of Carmine #AA0812
Tints of Carmine #AA0812
RGB
CMYK
RGB Variations
Color information
#AA0812 (or 0xAA0812) is known color: Carmine. HEX triplet: AA, 08 and 12. RGB value is (170,8,18). Sum of RGB (Red+Green+Blue) = 170+8+18=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0812 is #55F7ED. Grayscale: #393939. Windows color (decimal): -5634030 or 1181866. OLE color: 1181866.
HSL color Cylindrical-coordinate representation of color #AA0812: hue angle of 356.3º 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 #AA0812 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 18 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.33 |
| HSL | 356.3º | 0.91% | 0.35% | - |
| HSV(B) | 356.3º | 0.95% | 0.67% | - |
| XYZ | 16.77 | 8.76 | 1.38 | - |
| YUV | 57.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 18 | 0 | 0.95 | 0.89 | 0.33 | 356.3 | 0.91 | 0.35 |
| Hex | AA | 8 | 12 | 0 | 5F | 59 | 21 | 164 | 5B | 23 |
| Octal | 252 | 10 | 22 | 0 | 137 | 131 | 41 | 544 | 133 | 43 |
| Binary | 10101010 | 1000 | 10010 | 0 | 1011111 | 1011001 | 100001 | 101100100 | 1011011 | 100011 |
Color Harmonies of #AA0812
Complementary color
Monochromatic Colors of #AA0812
Black with #AA0812
Text Example
Text Example
White with #AA0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0812; }
p { color: rgb(170,8,18); }
H1.HeaderClassName
{
color: #AA0812;
}
.AnyTagClassName
{
color: #AA0812;
}
</style>
background-color css
<style>
a { background-color: #AA0812; }
a { background-color: rgb(170,8,18); }
div.DivClassName
{
background-color: #AA0812;
}
.BgClassName
{
background-color: #AA0812;
}
</style>
border-color css
<style>
span { border-color: #AA0812; }
span { border-color: rgb(170,8,18); }
td.TdClassName
{
border-color: #AA0812;
}
.TagClassName
{
border-color: #AA0812;
}
</style>