Shades of Medium Carmine #AA3F30
Tints of Medium Carmine #AA3F30
RGB
CMYK
RGB Variations
Color information
#AA3F30 (or 0xAA3F30) is known color: Medium Carmine. HEX triplet: AA, 3F and 30. RGB value is (170,63,48). Sum of RGB (Red+Green+Blue) = 170+63+48=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F30 is #55C0CF. Grayscale: #5D5D5D. Windows color (decimal): -5619920 or 3162026. OLE color: 3162026.
HSL color Cylindrical-coordinate representation of color #AA3F30: hue angle of 7.38º 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 #AA3F30 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 48 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.33 |
| HSL | 7.38º | 0.56% | 0.43% | - |
| HSV(B) | 7.38º | 0.72% | 0.67% | - |
| XYZ | 18.89 | 12.31 | 4.18 | - |
| YUV | 93.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 48 | 0 | 0.63 | 0.72 | 0.33 | 7.38 | 0.56 | 0.43 |
| Hex | AA | 3F | 30 | 0 | 3F | 48 | 21 | 7 | 38 | 2B |
| Octal | 252 | 77 | 60 | 0 | 77 | 110 | 41 | 7 | 70 | 53 |
| Binary | 10101010 | 111111 | 110000 | 0 | 111111 | 1001000 | 100001 | 111 | 111000 | 101011 |
Color Harmonies of #AA3F30
Complementary color
Monochromatic Colors of #AA3F30
Black with #AA3F30
Text Example
Text Example
White with #AA3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F30; }
p { color: rgb(170,63,48); }
H1.HeaderClassName
{
color: #AA3F30;
}
.AnyTagClassName
{
color: #AA3F30;
}
</style>
background-color css
<style>
a { background-color: #AA3F30; }
a { background-color: rgb(170,63,48); }
div.DivClassName
{
background-color: #AA3F30;
}
.BgClassName
{
background-color: #AA3F30;
}
</style>
border-color css
<style>
span { border-color: #AA3F30; }
span { border-color: rgb(170,63,48); }
td.TdClassName
{
border-color: #AA3F30;
}
.TagClassName
{
border-color: #AA3F30;
}
</style>