Shades of Carmine #AA0831
Tints of Carmine #AA0831
RGB
CMYK
RGB Variations
Color information
#AA0831 (or 0xAA0831) is known color: Carmine. HEX triplet: AA, 08 and 31. RGB value is (170,8,49). Sum of RGB (Red+Green+Blue) = 170+8+49=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0831 is #55F7CE. Grayscale: #3D3D3D. Windows color (decimal): -5633999 or 3213482. OLE color: 3213482.
HSL color Cylindrical-coordinate representation of color #AA0831: hue angle of 344.81º 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 #AA0831 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 49 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.33 |
| HSL | 344.81º | 0.91% | 0.35% | - |
| HSV(B) | 344.81º | 0.95% | 0.67% | - |
| XYZ | 17.22 | 8.94 | 3.72 | - |
| YUV | 61.11 | 121.17 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 49 | 0 | 0.95 | 0.71 | 0.33 | 344.81 | 0.91 | 0.35 |
| Hex | AA | 8 | 31 | 0 | 5F | 47 | 21 | 159 | 5B | 23 |
| Octal | 252 | 10 | 61 | 0 | 137 | 107 | 41 | 531 | 133 | 43 |
| Binary | 10101010 | 1000 | 110001 | 0 | 1011111 | 1000111 | 100001 | 101011001 | 1011011 | 100011 |
Color Harmonies of #AA0831
Complementary color
Monochromatic Colors of #AA0831
Black with #AA0831
Text Example
Text Example
White with #AA0831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0831; }
p { color: rgb(170,8,49); }
H1.HeaderClassName
{
color: #AA0831;
}
.AnyTagClassName
{
color: #AA0831;
}
</style>
background-color css
<style>
a { background-color: #AA0831; }
a { background-color: rgb(170,8,49); }
div.DivClassName
{
background-color: #AA0831;
}
.BgClassName
{
background-color: #AA0831;
}
</style>
border-color css
<style>
span { border-color: #AA0831; }
span { border-color: rgb(170,8,49); }
td.TdClassName
{
border-color: #AA0831;
}
.TagClassName
{
border-color: #AA0831;
}
</style>