Shades of Medium Carmine #AE3A21
Tints of Medium Carmine #AE3A21
RGB
CMYK
RGB Variations
Color information
#AE3A21 (or 0xAE3A21) is known color: Medium Carmine. HEX triplet: AE, 3A and 21. RGB value is (174,58,33). Sum of RGB (Red+Green+Blue) = 174+58+33=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A21 is #51C5DE. Grayscale: #5A5A5A. Windows color (decimal): -5359071 or 2177710. OLE color: 2177710.
HSL color Cylindrical-coordinate representation of color #AE3A21: hue angle of 10.64º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE3A21 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 33 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.32 |
| HSL | 10.64º | 0.68% | 0.41% | - |
| HSV(B) | 10.64º | 0.81% | 0.68% | - |
| XYZ | 19.24 | 12.13 | 2.77 | - |
| YUV | 89.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 33 | 0 | 0.67 | 0.81 | 0.32 | 10.64 | 0.68 | 0.41 |
| Hex | AE | 3A | 21 | 0 | 43 | 51 | 20 | B | 44 | 29 |
| Octal | 256 | 72 | 41 | 0 | 103 | 121 | 40 | 13 | 104 | 51 |
| Binary | 10101110 | 111010 | 100001 | 0 | 1000011 | 1010001 | 100000 | 1011 | 1000100 | 101001 |
Color Harmonies of #AE3A21
Complementary color
Monochromatic Colors of #AE3A21
Black with #AE3A21
Text Example
Text Example
White with #AE3A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A21; }
p { color: rgb(174,58,33); }
H1.HeaderClassName
{
color: #AE3A21;
}
.AnyTagClassName
{
color: #AE3A21;
}
</style>
background-color css
<style>
a { background-color: #AE3A21; }
a { background-color: rgb(174,58,33); }
div.DivClassName
{
background-color: #AE3A21;
}
.BgClassName
{
background-color: #AE3A21;
}
</style>
border-color css
<style>
span { border-color: #AE3A21; }
span { border-color: rgb(174,58,33); }
td.TdClassName
{
border-color: #AE3A21;
}
.TagClassName
{
border-color: #AE3A21;
}
</style>