Shades of Carmine #AA0630
Tints of Carmine #AA0630
RGB
CMYK
RGB Variations
Color information
#AA0630 (or 0xAA0630) is known color: Carmine. HEX triplet: AA, 06 and 30. RGB value is (170,6,48). Sum of RGB (Red+Green+Blue) = 170+6+48=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0630 is #55F9CF. Grayscale: #3B3B3B. Windows color (decimal): -5634512 or 3147434. OLE color: 3147434.
HSL color Cylindrical-coordinate representation of color #AA0630: hue angle of 344.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0630 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 48 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.33 |
| HSL | 344.63º | 0.93% | 0.35% | - |
| HSV(B) | 344.63º | 0.96% | 0.67% | - |
| XYZ | 17.18 | 8.89 | 3.61 | - |
| YUV | 59.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 48 | 0 | 0.96 | 0.72 | 0.33 | 344.63 | 0.93 | 0.35 |
| Hex | AA | 6 | 30 | 0 | 60 | 48 | 21 | 159 | 5D | 23 |
| Octal | 252 | 6 | 60 | 0 | 140 | 110 | 41 | 531 | 135 | 43 |
| Binary | 10101010 | 110 | 110000 | 0 | 1100000 | 1001000 | 100001 | 101011001 | 1011101 | 100011 |
Color Harmonies of #AA0630
Complementary color
Monochromatic Colors of #AA0630
Black with #AA0630
Text Example
Text Example
White with #AA0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0630; }
p { color: rgb(170,6,48); }
H1.HeaderClassName
{
color: #AA0630;
}
.AnyTagClassName
{
color: #AA0630;
}
</style>
background-color css
<style>
a { background-color: #AA0630; }
a { background-color: rgb(170,6,48); }
div.DivClassName
{
background-color: #AA0630;
}
.BgClassName
{
background-color: #AA0630;
}
</style>
border-color css
<style>
span { border-color: #AA0630; }
span { border-color: rgb(170,6,48); }
td.TdClassName
{
border-color: #AA0630;
}
.TagClassName
{
border-color: #AA0630;
}
</style>