Shades of Medium Carmine #AE3A2D
Tints of Medium Carmine #AE3A2D
RGB
CMYK
RGB Variations
Color information
#AE3A2D (or 0xAE3A2D) is known color: Medium Carmine. HEX triplet: AE, 3A and 2D. RGB value is (174,58,45). Sum of RGB (Red+Green+Blue) = 174+58+45=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A2D is #51C5D2. Grayscale: #5B5B5B. Windows color (decimal): -5359059 or 2964142. OLE color: 2964142.
HSL color Cylindrical-coordinate representation of color #AE3A2D: hue angle of 6.05º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE3A2D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 45 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.32 |
| HSL | 6.05º | 0.59% | 0.43% | - |
| HSV(B) | 6.05º | 0.74% | 0.68% | - |
| XYZ | 19.44 | 12.21 | 3.82 | - |
| YUV | 91.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 45 | 0 | 0.67 | 0.74 | 0.32 | 6.05 | 0.59 | 0.43 |
| Hex | AE | 3A | 2D | 0 | 43 | 4A | 20 | 6 | 3B | 2B |
| Octal | 256 | 72 | 55 | 0 | 103 | 112 | 40 | 6 | 73 | 53 |
| Binary | 10101110 | 111010 | 101101 | 0 | 1000011 | 1001010 | 100000 | 110 | 111011 | 101011 |
Color Harmonies of #AE3A2D
Complementary color
Monochromatic Colors of #AE3A2D
Black with #AE3A2D
Text Example
Text Example
White with #AE3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A2D; }
p { color: rgb(174,58,45); }
H1.HeaderClassName
{
color: #AE3A2D;
}
.AnyTagClassName
{
color: #AE3A2D;
}
</style>
background-color css
<style>
a { background-color: #AE3A2D; }
a { background-color: rgb(174,58,45); }
div.DivClassName
{
background-color: #AE3A2D;
}
.BgClassName
{
background-color: #AE3A2D;
}
</style>
border-color css
<style>
span { border-color: #AE3A2D; }
span { border-color: rgb(174,58,45); }
td.TdClassName
{
border-color: #AE3A2D;
}
.TagClassName
{
border-color: #AE3A2D;
}
</style>