Shades of Carmine #AA0034
Tints of Carmine #AA0034
RGB
CMYK
RGB Variations
Color information
#AA0034 (or 0xAA0034) is known color: Carmine. HEX triplet: AA, 00 and 34. RGB value is (170,0,52). Sum of RGB (Red+Green+Blue) = 170+0+52=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0034 is #55FFCB. Grayscale: #383838. Windows color (decimal): -5636044 or 3408042. OLE color: 3408042.
HSL color Cylindrical-coordinate representation of color #AA0034: hue angle of 341.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0034 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.69 | 0.33 |
| HSL | 341.65º | 1% | 0.33% | - |
| HSV(B) | 341.65º | 1% | 0.67% | - |
| XYZ | 17.2 | 8.79 | 4.04 | - |
| YUV | 56.76 | 125.32 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 52 | 0 | 1 | 0.69 | 0.33 | 341.65 | 1 | 0.33 |
| Hex | AA | 0 | 34 | 0 | 64 | 45 | 21 | 156 | 64 | 21 |
| Octal | 252 | 0 | 64 | 0 | 144 | 105 | 41 | 526 | 144 | 41 |
| Binary | 10101010 | 0 | 110100 | 0 | 1100100 | 1000101 | 100001 | 101010110 | 1100100 | 100001 |
Color Harmonies of #AA0034
Complementary color
Monochromatic Colors of #AA0034
Black with #AA0034
Text Example
Text Example
White with #AA0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0034; }
p { color: rgb(170,0,52); }
H1.HeaderClassName
{
color: #AA0034;
}
.AnyTagClassName
{
color: #AA0034;
}
</style>
background-color css
<style>
a { background-color: #AA0034; }
a { background-color: rgb(170,0,52); }
div.DivClassName
{
background-color: #AA0034;
}
.BgClassName
{
background-color: #AA0034;
}
</style>
border-color css
<style>
span { border-color: #AA0034; }
span { border-color: rgb(170,0,52); }
td.TdClassName
{
border-color: #AA0034;
}
.TagClassName
{
border-color: #AA0034;
}
</style>