Shades of Medium Carmine #AA4030
Tints of Medium Carmine #AA4030
RGB
CMYK
RGB Variations
Color information
#AA4030 (or 0xAA4030) is known color: Medium Carmine. HEX triplet: AA, 40 and 30. RGB value is (170,64,48). Sum of RGB (Red+Green+Blue) = 170+64+48=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4030 is #55BFCF. Grayscale: #5E5E5E. Windows color (decimal): -5619664 or 3162282. OLE color: 3162282.
HSL color Cylindrical-coordinate representation of color #AA4030: hue angle of 7.87º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA4030 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 48 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.33 |
| HSL | 7.87º | 0.56% | 0.43% | - |
| HSV(B) | 7.87º | 0.72% | 0.67% | - |
| XYZ | 18.94 | 12.43 | 4.2 | - |
| YUV | 93.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 48 | 0 | 0.62 | 0.72 | 0.33 | 7.87 | 0.56 | 0.43 |
| Hex | AA | 40 | 30 | 0 | 3E | 48 | 21 | 8 | 38 | 2B |
| Octal | 252 | 100 | 60 | 0 | 76 | 110 | 41 | 10 | 70 | 53 |
| Binary | 10101010 | 1000000 | 110000 | 0 | 111110 | 1001000 | 100001 | 1000 | 111000 | 101011 |
Color Harmonies of #AA4030
Complementary color
Monochromatic Colors of #AA4030
Black with #AA4030
Text Example
Text Example
White with #AA4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4030; }
p { color: rgb(170,64,48); }
H1.HeaderClassName
{
color: #AA4030;
}
.AnyTagClassName
{
color: #AA4030;
}
</style>
background-color css
<style>
a { background-color: #AA4030; }
a { background-color: rgb(170,64,48); }
div.DivClassName
{
background-color: #AA4030;
}
.BgClassName
{
background-color: #AA4030;
}
</style>
border-color css
<style>
span { border-color: #AA4030; }
span { border-color: rgb(170,64,48); }
td.TdClassName
{
border-color: #AA4030;
}
.TagClassName
{
border-color: #AA4030;
}
</style>