Shades of Carmine #AA0038
Tints of Carmine #AA0038
RGB
CMYK
RGB Variations
Color information
#AA0038 (or 0xAA0038) is known color: Carmine. HEX triplet: AA, 00 and 38. RGB value is (170,0,56). Sum of RGB (Red+Green+Blue) = 170+0+56=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0038 is #55FFC7. Grayscale: #393939. Windows color (decimal): -5636040 or 3670186. OLE color: 3670186.
HSL color Cylindrical-coordinate representation of color #AA0038: hue angle of 340.24º 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 #AA0038 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.67 | 0.33 |
| HSL | 340.24º | 1% | 0.33% | - |
| HSV(B) | 340.24º | 1% | 0.67% | - |
| XYZ | 17.29 | 8.83 | 4.53 | - |
| YUV | 57.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 56 | 0 | 1 | 0.67 | 0.33 | 340.24 | 1 | 0.33 |
| Hex | AA | 0 | 38 | 0 | 64 | 43 | 21 | 154 | 64 | 21 |
| Octal | 252 | 0 | 70 | 0 | 144 | 103 | 41 | 524 | 144 | 41 |
| Binary | 10101010 | 0 | 111000 | 0 | 1100100 | 1000011 | 100001 | 101010100 | 1100100 | 100001 |
Color Harmonies of #AA0038
Complementary color
Monochromatic Colors of #AA0038
Black with #AA0038
Text Example
Text Example
White with #AA0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0038; }
p { color: rgb(170,0,56); }
H1.HeaderClassName
{
color: #AA0038;
}
.AnyTagClassName
{
color: #AA0038;
}
</style>
background-color css
<style>
a { background-color: #AA0038; }
a { background-color: rgb(170,0,56); }
div.DivClassName
{
background-color: #AA0038;
}
.BgClassName
{
background-color: #AA0038;
}
</style>
border-color css
<style>
span { border-color: #AA0038; }
span { border-color: rgb(170,0,56); }
td.TdClassName
{
border-color: #AA0038;
}
.TagClassName
{
border-color: #AA0038;
}
</style>