Shades of Medium Carmine #AA3730
Tints of Medium Carmine #AA3730
RGB
CMYK
RGB Variations
Color information
#AA3730 (or 0xAA3730) is known color: Medium Carmine. HEX triplet: AA, 37 and 30. RGB value is (170,55,48). Sum of RGB (Red+Green+Blue) = 170+55+48=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3730 is #55C8CF. Grayscale: #585858. Windows color (decimal): -5621968 or 3159978. OLE color: 3159978.
HSL color Cylindrical-coordinate representation of color #AA3730: hue angle of 3.44º 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 #AA3730 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 48 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.33 |
| HSL | 3.44º | 0.56% | 0.43% | - |
| HSV(B) | 3.44º | 0.72% | 0.67% | - |
| XYZ | 18.48 | 11.49 | 4.04 | - |
| YUV | 88.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 48 | 0 | 0.68 | 0.72 | 0.33 | 3.44 | 0.56 | 0.43 |
| Hex | AA | 37 | 30 | 0 | 44 | 48 | 21 | 3 | 38 | 2B |
| Octal | 252 | 67 | 60 | 0 | 104 | 110 | 41 | 3 | 70 | 53 |
| Binary | 10101010 | 110111 | 110000 | 0 | 1000100 | 1001000 | 100001 | 11 | 111000 | 101011 |
Color Harmonies of #AA3730
Complementary color
Monochromatic Colors of #AA3730
Black with #AA3730
Text Example
Text Example
White with #AA3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3730; }
p { color: rgb(170,55,48); }
H1.HeaderClassName
{
color: #AA3730;
}
.AnyTagClassName
{
color: #AA3730;
}
</style>
background-color css
<style>
a { background-color: #AA3730; }
a { background-color: rgb(170,55,48); }
div.DivClassName
{
background-color: #AA3730;
}
.BgClassName
{
background-color: #AA3730;
}
</style>
border-color css
<style>
span { border-color: #AA3730; }
span { border-color: rgb(170,55,48); }
td.TdClassName
{
border-color: #AA3730;
}
.TagClassName
{
border-color: #AA3730;
}
</style>