Shades of Medium Carmine #AE3F2B
Tints of Medium Carmine #AE3F2B
RGB
CMYK
RGB Variations
Color information
#AE3F2B (or 0xAE3F2B) is known color: Medium Carmine. HEX triplet: AE, 3F and 2B. RGB value is (174,63,43). Sum of RGB (Red+Green+Blue) = 174+63+43=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3F2B is #51C0D4. Grayscale: #5E5E5E. Windows color (decimal): -5357781 or 2834350. OLE color: 2834350.
HSL color Cylindrical-coordinate representation of color #AE3F2B: hue angle of 9.16º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE3F2B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 63 | 43 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.32 |
| HSL | 9.16º | 0.6% | 0.43% | - |
| HSV(B) | 9.16º | 0.75% | 0.68% | - |
| XYZ | 19.67 | 12.73 | 3.71 | - |
| YUV | 93.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 43 | 0 | 0.64 | 0.75 | 0.32 | 9.16 | 0.6 | 0.43 |
| Hex | AE | 3F | 2B | 0 | 40 | 4B | 20 | 9 | 3C | 2B |
| Octal | 256 | 77 | 53 | 0 | 100 | 113 | 40 | 11 | 74 | 53 |
| Binary | 10101110 | 111111 | 101011 | 0 | 1000000 | 1001011 | 100000 | 1001 | 111100 | 101011 |
Color Harmonies of #AE3F2B
Complementary color
Monochromatic Colors of #AE3F2B
Black with #AE3F2B
Text Example
Text Example
White with #AE3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3F2B; }
p { color: rgb(174,63,43); }
H1.HeaderClassName
{
color: #AE3F2B;
}
.AnyTagClassName
{
color: #AE3F2B;
}
</style>
background-color css
<style>
a { background-color: #AE3F2B; }
a { background-color: rgb(174,63,43); }
div.DivClassName
{
background-color: #AE3F2B;
}
.BgClassName
{
background-color: #AE3F2B;
}
</style>
border-color css
<style>
span { border-color: #AE3F2B; }
span { border-color: rgb(174,63,43); }
td.TdClassName
{
border-color: #AE3F2B;
}
.TagClassName
{
border-color: #AE3F2B;
}
</style>