Shades of Medium Carmine #AE3F2D
Tints of Medium Carmine #AE3F2D
RGB
CMYK
RGB Variations
Color information
#AE3F2D (or 0xAE3F2D) is known color: Medium Carmine. HEX triplet: AE, 3F and 2D. RGB value is (174,63,45). Sum of RGB (Red+Green+Blue) = 174+63+45=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3F2D is #51C0D2. Grayscale: #5E5E5E. Windows color (decimal): -5357779 or 2965422. OLE color: 2965422.
HSL color Cylindrical-coordinate representation of color #AE3F2D: hue angle of 8.37º 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 #AE3F2D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 63 | 45 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.32 |
| HSL | 8.37º | 0.59% | 0.43% | - |
| HSV(B) | 8.37º | 0.74% | 0.68% | - |
| XYZ | 19.71 | 12.74 | 3.9 | - |
| YUV | 94.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 45 | 0 | 0.64 | 0.74 | 0.32 | 8.37 | 0.59 | 0.43 |
| Hex | AE | 3F | 2D | 0 | 40 | 4A | 20 | 8 | 3B | 2B |
| Octal | 256 | 77 | 55 | 0 | 100 | 112 | 40 | 10 | 73 | 53 |
| Binary | 10101110 | 111111 | 101101 | 0 | 1000000 | 1001010 | 100000 | 1000 | 111011 | 101011 |
Color Harmonies of #AE3F2D
Complementary color
Monochromatic Colors of #AE3F2D
Black with #AE3F2D
Text Example
Text Example
White with #AE3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3F2D; }
p { color: rgb(174,63,45); }
H1.HeaderClassName
{
color: #AE3F2D;
}
.AnyTagClassName
{
color: #AE3F2D;
}
</style>
background-color css
<style>
a { background-color: #AE3F2D; }
a { background-color: rgb(174,63,45); }
div.DivClassName
{
background-color: #AE3F2D;
}
.BgClassName
{
background-color: #AE3F2D;
}
</style>
border-color css
<style>
span { border-color: #AE3F2D; }
span { border-color: rgb(174,63,45); }
td.TdClassName
{
border-color: #AE3F2D;
}
.TagClassName
{
border-color: #AE3F2D;
}
</style>