Shades of Medium Carmine #AA3E30
Tints of Medium Carmine #AA3E30
RGB
CMYK
RGB Variations
Color information
#AA3E30 (or 0xAA3E30) is known color: Medium Carmine. HEX triplet: AA, 3E and 30. RGB value is (170,62,48). Sum of RGB (Red+Green+Blue) = 170+62+48=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E30 is #55C1CF. Grayscale: #5C5C5C. Windows color (decimal): -5620176 or 3161770. OLE color: 3161770.
HSL color Cylindrical-coordinate representation of color #AA3E30: hue angle of 6.89º 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 #AA3E30 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 48 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.33 |
| HSL | 6.89º | 0.56% | 0.43% | - |
| HSV(B) | 6.89º | 0.72% | 0.67% | - |
| XYZ | 18.83 | 12.2 | 4.16 | - |
| YUV | 92.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 48 | 0 | 0.64 | 0.72 | 0.33 | 6.89 | 0.56 | 0.43 |
| Hex | AA | 3E | 30 | 0 | 40 | 48 | 21 | 7 | 38 | 2B |
| Octal | 252 | 76 | 60 | 0 | 100 | 110 | 41 | 7 | 70 | 53 |
| Binary | 10101010 | 111110 | 110000 | 0 | 1000000 | 1001000 | 100001 | 111 | 111000 | 101011 |
Color Harmonies of #AA3E30
Complementary color
Monochromatic Colors of #AA3E30
Black with #AA3E30
Text Example
Text Example
White with #AA3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E30; }
p { color: rgb(170,62,48); }
H1.HeaderClassName
{
color: #AA3E30;
}
.AnyTagClassName
{
color: #AA3E30;
}
</style>
background-color css
<style>
a { background-color: #AA3E30; }
a { background-color: rgb(170,62,48); }
div.DivClassName
{
background-color: #AA3E30;
}
.BgClassName
{
background-color: #AA3E30;
}
</style>
border-color css
<style>
span { border-color: #AA3E30; }
span { border-color: rgb(170,62,48); }
td.TdClassName
{
border-color: #AA3E30;
}
.TagClassName
{
border-color: #AA3E30;
}
</style>