Shades of Medium Carmine #AA4430
Tints of Medium Carmine #AA4430
RGB
CMYK
RGB Variations
Color information
#AA4430 (or 0xAA4430) is known color: Medium Carmine. HEX triplet: AA, 44 and 30. RGB value is (170,68,48). Sum of RGB (Red+Green+Blue) = 170+68+48=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4430 is #55BBCF. Grayscale: #606060. Windows color (decimal): -5618640 or 3163306. OLE color: 3163306.
HSL color Cylindrical-coordinate representation of color #AA4430: hue angle of 9.84º 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 #AA4430 is Cyan = 0, Magento = 0.6, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 48 | - |
| CMYK | 0 | 0.6 | 0.72 | 0.33 |
| HSL | 9.84º | 0.56% | 0.43% | - |
| HSV(B) | 9.84º | 0.72% | 0.67% | - |
| XYZ | 19.18 | 12.89 | 4.27 | - |
| YUV | 96.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 48 | 0 | 0.6 | 0.72 | 0.33 | 9.84 | 0.56 | 0.43 |
| Hex | AA | 44 | 30 | 0 | 3C | 48 | 21 | A | 38 | 2B |
| Octal | 252 | 104 | 60 | 0 | 74 | 110 | 41 | 12 | 70 | 53 |
| Binary | 10101010 | 1000100 | 110000 | 0 | 111100 | 1001000 | 100001 | 1010 | 111000 | 101011 |
Color Harmonies of #AA4430
Complementary color
Monochromatic Colors of #AA4430
Black with #AA4430
Text Example
Text Example
White with #AA4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4430; }
p { color: rgb(170,68,48); }
H1.HeaderClassName
{
color: #AA4430;
}
.AnyTagClassName
{
color: #AA4430;
}
</style>
background-color css
<style>
a { background-color: #AA4430; }
a { background-color: rgb(170,68,48); }
div.DivClassName
{
background-color: #AA4430;
}
.BgClassName
{
background-color: #AA4430;
}
</style>
border-color css
<style>
span { border-color: #AA4430; }
span { border-color: rgb(170,68,48); }
td.TdClassName
{
border-color: #AA4430;
}
.TagClassName
{
border-color: #AA4430;
}
</style>