Shades of Carmine #AA031C
Tints of Carmine #AA031C
RGB
CMYK
RGB Variations
Color information
#AA031C (or 0xAA031C) is known color: Carmine. HEX triplet: AA, 03 and 1C. RGB value is (170,3,28). Sum of RGB (Red+Green+Blue) = 170+3+28=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA031C is #55FCE3. Grayscale: #373737. Windows color (decimal): -5635300 or 1835946. OLE color: 1835946.
HSL color Cylindrical-coordinate representation of color #AA031C: hue angle of 351.02º degrees, saturation: 0.97, 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 #AA031C is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.33 |
| HSL | 351.02º | 0.97% | 0.34% | - |
| HSV(B) | 351.02º | 0.98% | 0.67% | - |
| XYZ | 16.82 | 8.7 | 1.89 | - |
| YUV | 55.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 28 | 0 | 0.98 | 0.84 | 0.33 | 351.02 | 0.97 | 0.34 |
| Hex | AA | 3 | 1C | 0 | 62 | 54 | 21 | 15F | 61 | 22 |
| Octal | 252 | 3 | 34 | 0 | 142 | 124 | 41 | 537 | 141 | 42 |
| Binary | 10101010 | 11 | 11100 | 0 | 1100010 | 1010100 | 100001 | 101011111 | 1100001 | 100010 |
Color Harmonies of #AA031C
Complementary color
Monochromatic Colors of #AA031C
Black with #AA031C
Text Example
Text Example
White with #AA031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA031C; }
p { color: rgb(170,3,28); }
H1.HeaderClassName
{
color: #AA031C;
}
.AnyTagClassName
{
color: #AA031C;
}
</style>
background-color css
<style>
a { background-color: #AA031C; }
a { background-color: rgb(170,3,28); }
div.DivClassName
{
background-color: #AA031C;
}
.BgClassName
{
background-color: #AA031C;
}
</style>
border-color css
<style>
span { border-color: #AA031C; }
span { border-color: rgb(170,3,28); }
td.TdClassName
{
border-color: #AA031C;
}
.TagClassName
{
border-color: #AA031C;
}
</style>