Shades of Carmine #AE062D
Tints of Carmine #AE062D
RGB
CMYK
RGB Variations
Color information
#AE062D (or 0xAE062D) is known color: Carmine. HEX triplet: AE, 06 and 2D. RGB value is (174,6,45). Sum of RGB (Red+Green+Blue) = 174+6+45=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE062D is #51F9D2. Grayscale: #3C3C3C. Windows color (decimal): -5372371 or 2950830. OLE color: 2950830.
HSL color Cylindrical-coordinate representation of color #AE062D: hue angle of 346.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE062D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.32 |
| HSL | 346.07º | 0.93% | 0.35% | - |
| HSV(B) | 346.07º | 0.97% | 0.68% | - |
| XYZ | 17.99 | 9.32 | 3.33 | - |
| YUV | 60.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 6 | 45 | 0 | 0.97 | 0.74 | 0.32 | 346.07 | 0.93 | 0.35 |
| Hex | AE | 6 | 2D | 0 | 61 | 4A | 20 | 15A | 5D | 23 |
| Octal | 256 | 6 | 55 | 0 | 141 | 112 | 40 | 532 | 135 | 43 |
| Binary | 10101110 | 110 | 101101 | 0 | 1100001 | 1001010 | 100000 | 101011010 | 1011101 | 100011 |
Color Harmonies of #AE062D
Complementary color
Monochromatic Colors of #AE062D
Black with #AE062D
Text Example
Text Example
White with #AE062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE062D; }
p { color: rgb(174,6,45); }
H1.HeaderClassName
{
color: #AE062D;
}
.AnyTagClassName
{
color: #AE062D;
}
</style>
background-color css
<style>
a { background-color: #AE062D; }
a { background-color: rgb(174,6,45); }
div.DivClassName
{
background-color: #AE062D;
}
.BgClassName
{
background-color: #AE062D;
}
</style>
border-color css
<style>
span { border-color: #AE062D; }
span { border-color: rgb(174,6,45); }
td.TdClassName
{
border-color: #AE062D;
}
.TagClassName
{
border-color: #AE062D;
}
</style>