Shades of Medium Carmine #AA3631
Tints of Medium Carmine #AA3631
RGB
CMYK
RGB Variations
Color information
#AA3631 (or 0xAA3631) is known color: Medium Carmine. HEX triplet: AA, 36 and 31. RGB value is (170,54,49). Sum of RGB (Red+Green+Blue) = 170+54+49=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3631 is #55C9CE. Grayscale: #585858. Windows color (decimal): -5622223 or 3225258. OLE color: 3225258.
HSL color Cylindrical-coordinate representation of color #AA3631: hue angle of 2.48º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3631 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 49 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.33 |
| HSL | 2.48º | 0.55% | 0.43% | - |
| HSV(B) | 2.48º | 0.71% | 0.67% | - |
| XYZ | 18.45 | 11.41 | 4.13 | - |
| YUV | 88.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 49 | 0 | 0.68 | 0.71 | 0.33 | 2.48 | 0.55 | 0.43 |
| Hex | AA | 36 | 31 | 0 | 44 | 47 | 21 | 2 | 37 | 2B |
| Octal | 252 | 66 | 61 | 0 | 104 | 107 | 41 | 2 | 67 | 53 |
| Binary | 10101010 | 110110 | 110001 | 0 | 1000100 | 1000111 | 100001 | 10 | 110111 | 101011 |
Color Harmonies of #AA3631
Complementary color
Monochromatic Colors of #AA3631
Black with #AA3631
Text Example
Text Example
White with #AA3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3631; }
p { color: rgb(170,54,49); }
H1.HeaderClassName
{
color: #AA3631;
}
.AnyTagClassName
{
color: #AA3631;
}
</style>
background-color css
<style>
a { background-color: #AA3631; }
a { background-color: rgb(170,54,49); }
div.DivClassName
{
background-color: #AA3631;
}
.BgClassName
{
background-color: #AA3631;
}
</style>
border-color css
<style>
span { border-color: #AA3631; }
span { border-color: rgb(170,54,49); }
td.TdClassName
{
border-color: #AA3631;
}
.TagClassName
{
border-color: #AA3631;
}
</style>