Shades of Medium Carmine #AE3A33
Tints of Medium Carmine #AE3A33
RGB
CMYK
RGB Variations
Color information
#AE3A33 (or 0xAE3A33) is known color: Medium Carmine. HEX triplet: AE, 3A and 33. RGB value is (174,58,51). Sum of RGB (Red+Green+Blue) = 174+58+51=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A33 is #51C5CC. Grayscale: #5C5C5C. Windows color (decimal): -5359053 or 3357358. OLE color: 3357358.
HSL color Cylindrical-coordinate representation of color #AE3A33: hue angle of 3.41º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3A33 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 51 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.32 |
| HSL | 3.41º | 0.55% | 0.44% | - |
| HSV(B) | 3.41º | 0.71% | 0.68% | - |
| XYZ | 19.57 | 12.26 | 4.47 | - |
| YUV | 91.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 51 | 0 | 0.67 | 0.71 | 0.32 | 3.41 | 0.55 | 0.44 |
| Hex | AE | 3A | 33 | 0 | 43 | 47 | 20 | 3 | 37 | 2C |
| Octal | 256 | 72 | 63 | 0 | 103 | 107 | 40 | 3 | 67 | 54 |
| Binary | 10101110 | 111010 | 110011 | 0 | 1000011 | 1000111 | 100000 | 11 | 110111 | 101100 |
Color Harmonies of #AE3A33
Complementary color
Monochromatic Colors of #AE3A33
Black with #AE3A33
Text Example
Text Example
White with #AE3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A33; }
p { color: rgb(174,58,51); }
H1.HeaderClassName
{
color: #AE3A33;
}
.AnyTagClassName
{
color: #AE3A33;
}
</style>
background-color css
<style>
a { background-color: #AE3A33; }
a { background-color: rgb(174,58,51); }
div.DivClassName
{
background-color: #AE3A33;
}
.BgClassName
{
background-color: #AE3A33;
}
</style>
border-color css
<style>
span { border-color: #AE3A33; }
span { border-color: rgb(174,58,51); }
td.TdClassName
{
border-color: #AE3A33;
}
.TagClassName
{
border-color: #AE3A33;
}
</style>