Shades of Medium Carmine #AE443D
Tints of Medium Carmine #AE443D
RGB
CMYK
RGB Variations
Color information
#AE443D (or 0xAE443D) is known color: Medium Carmine. HEX triplet: AE, 44 and 3D. RGB value is (174,68,61). Sum of RGB (Red+Green+Blue) = 174+68+61=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE443D is #51BBC2. Grayscale: #636363. Windows color (decimal): -5356483 or 4015278. OLE color: 4015278.
HSL color Cylindrical-coordinate representation of color #AE443D: hue angle of 3.72º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE443D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 61 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.32 |
| HSL | 3.72º | 0.48% | 0.46% | - |
| HSV(B) | 3.72º | 0.65% | 0.68% | - |
| XYZ | 20.36 | 13.47 | 5.94 | - |
| YUV | 98.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 61 | 0 | 0.61 | 0.65 | 0.32 | 3.72 | 0.48 | 0.46 |
| Hex | AE | 44 | 3D | 0 | 3D | 41 | 20 | 4 | 30 | 2E |
| Octal | 256 | 104 | 75 | 0 | 75 | 101 | 40 | 4 | 60 | 56 |
| Binary | 10101110 | 1000100 | 111101 | 0 | 111101 | 1000001 | 100000 | 100 | 110000 | 101110 |
Color Harmonies of #AE443D
Complementary color
Monochromatic Colors of #AE443D
Black with #AE443D
Text Example
Text Example
White with #AE443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE443D; }
p { color: rgb(174,68,61); }
H1.HeaderClassName
{
color: #AE443D;
}
.AnyTagClassName
{
color: #AE443D;
}
</style>
background-color css
<style>
a { background-color: #AE443D; }
a { background-color: rgb(174,68,61); }
div.DivClassName
{
background-color: #AE443D;
}
.BgClassName
{
background-color: #AE443D;
}
</style>
border-color css
<style>
span { border-color: #AE443D; }
span { border-color: rgb(174,68,61); }
td.TdClassName
{
border-color: #AE443D;
}
.TagClassName
{
border-color: #AE443D;
}
</style>