Shades of Medium Carmine #AE433D
Tints of Medium Carmine #AE433D
RGB
CMYK
RGB Variations
Color information
#AE433D (or 0xAE433D) is known color: Medium Carmine. HEX triplet: AE, 43 and 3D. RGB value is (174,67,61). Sum of RGB (Red+Green+Blue) = 174+67+61=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE433D is #51BCC2. Grayscale: #626262. Windows color (decimal): -5356739 or 4015022. OLE color: 4015022.
HSL color Cylindrical-coordinate representation of color #AE433D: hue angle of 3.19º 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 #AE433D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 61 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.32 |
| HSL | 3.19º | 0.48% | 0.46% | - |
| HSV(B) | 3.19º | 0.65% | 0.68% | - |
| XYZ | 20.31 | 13.35 | 5.92 | - |
| YUV | 98.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 61 | 0 | 0.61 | 0.65 | 0.32 | 3.19 | 0.48 | 0.46 |
| Hex | AE | 43 | 3D | 0 | 3D | 41 | 20 | 3 | 30 | 2E |
| Octal | 256 | 103 | 75 | 0 | 75 | 101 | 40 | 3 | 60 | 56 |
| Binary | 10101110 | 1000011 | 111101 | 0 | 111101 | 1000001 | 100000 | 11 | 110000 | 101110 |
Color Harmonies of #AE433D
Complementary color
Monochromatic Colors of #AE433D
Black with #AE433D
Text Example
Text Example
White with #AE433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE433D; }
p { color: rgb(174,67,61); }
H1.HeaderClassName
{
color: #AE433D;
}
.AnyTagClassName
{
color: #AE433D;
}
</style>
background-color css
<style>
a { background-color: #AE433D; }
a { background-color: rgb(174,67,61); }
div.DivClassName
{
background-color: #AE433D;
}
.BgClassName
{
background-color: #AE433D;
}
</style>
border-color css
<style>
span { border-color: #AE433D; }
span { border-color: rgb(174,67,61); }
td.TdClassName
{
border-color: #AE433D;
}
.TagClassName
{
border-color: #AE433D;
}
</style>