Shades of Carmine #AA0436
Tints of Carmine #AA0436
RGB
CMYK
RGB Variations
Color information
#AA0436 (or 0xAA0436) is known color: Carmine. HEX triplet: AA, 04 and 36. RGB value is (170,4,54). Sum of RGB (Red+Green+Blue) = 170+4+54=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0436 is #55FBC9. Grayscale: #3B3B3B. Windows color (decimal): -5635018 or 3540138. OLE color: 3540138.
HSL color Cylindrical-coordinate representation of color #AA0436: hue angle of 341.93º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0436 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.33 |
| HSL | 341.93º | 0.95% | 0.34% | - |
| HSV(B) | 341.93º | 0.98% | 0.67% | - |
| XYZ | 17.29 | 8.9 | 4.3 | - |
| YUV | 59.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 54 | 0 | 0.98 | 0.68 | 0.33 | 341.93 | 0.95 | 0.34 |
| Hex | AA | 4 | 36 | 0 | 62 | 44 | 21 | 156 | 5F | 22 |
| Octal | 252 | 4 | 66 | 0 | 142 | 104 | 41 | 526 | 137 | 42 |
| Binary | 10101010 | 100 | 110110 | 0 | 1100010 | 1000100 | 100001 | 101010110 | 1011111 | 100010 |
Color Harmonies of #AA0436
Complementary color
Monochromatic Colors of #AA0436
Black with #AA0436
Text Example
Text Example
White with #AA0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0436; }
p { color: rgb(170,4,54); }
H1.HeaderClassName
{
color: #AA0436;
}
.AnyTagClassName
{
color: #AA0436;
}
</style>
background-color css
<style>
a { background-color: #AA0436; }
a { background-color: rgb(170,4,54); }
div.DivClassName
{
background-color: #AA0436;
}
.BgClassName
{
background-color: #AA0436;
}
</style>
border-color css
<style>
span { border-color: #AA0436; }
span { border-color: rgb(170,4,54); }
td.TdClassName
{
border-color: #AA0436;
}
.TagClassName
{
border-color: #AA0436;
}
</style>