Shades of Carmine #AE072D
Tints of Carmine #AE072D
RGB
CMYK
RGB Variations
Color information
#AE072D (or 0xAE072D) is known color: Carmine. HEX triplet: AE, 07 and 2D. RGB value is (174,7,45). Sum of RGB (Red+Green+Blue) = 174+7+45=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE072D is #51F8D2. Grayscale: #3D3D3D. Windows color (decimal): -5372115 or 2951086. OLE color: 2951086.
HSL color Cylindrical-coordinate representation of color #AE072D: hue angle of 346.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE072D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.32 |
| HSL | 346.35º | 0.92% | 0.35% | - |
| HSV(B) | 346.35º | 0.96% | 0.68% | - |
| XYZ | 18.01 | 9.34 | 3.34 | - |
| YUV | 61.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 45 | 0 | 0.96 | 0.74 | 0.32 | 346.35 | 0.92 | 0.35 |
| Hex | AE | 7 | 2D | 0 | 60 | 4A | 20 | 15A | 5C | 23 |
| Octal | 256 | 7 | 55 | 0 | 140 | 112 | 40 | 532 | 134 | 43 |
| Binary | 10101110 | 111 | 101101 | 0 | 1100000 | 1001010 | 100000 | 101011010 | 1011100 | 100011 |
Color Harmonies of #AE072D
Complementary color
Monochromatic Colors of #AE072D
Black with #AE072D
Text Example
Text Example
White with #AE072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE072D; }
p { color: rgb(174,7,45); }
H1.HeaderClassName
{
color: #AE072D;
}
.AnyTagClassName
{
color: #AE072D;
}
</style>
background-color css
<style>
a { background-color: #AE072D; }
a { background-color: rgb(174,7,45); }
div.DivClassName
{
background-color: #AE072D;
}
.BgClassName
{
background-color: #AE072D;
}
</style>
border-color css
<style>
span { border-color: #AE072D; }
span { border-color: rgb(174,7,45); }
td.TdClassName
{
border-color: #AE072D;
}
.TagClassName
{
border-color: #AE072D;
}
</style>