Shades of Medium Carmine #AE423F
Tints of Medium Carmine #AE423F
RGB
CMYK
RGB Variations
Color information
#AE423F (or 0xAE423F) is known color: Medium Carmine. HEX triplet: AE, 42 and 3F. RGB value is (174,66,63). Sum of RGB (Red+Green+Blue) = 174+66+63=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE423F is #51BDC0. Grayscale: #626262. Windows color (decimal): -5356993 or 4145838. OLE color: 4145838.
HSL color Cylindrical-coordinate representation of color #AE423F: hue angle of 1.62º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE423F is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 63 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.32 |
| HSL | 1.62º | 0.47% | 0.46% | - |
| HSV(B) | 1.62º | 0.64% | 0.68% | - |
| XYZ | 20.3 | 13.25 | 6.19 | - |
| YUV | 97.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 63 | 0 | 0.62 | 0.64 | 0.32 | 1.62 | 0.47 | 0.46 |
| Hex | AE | 42 | 3F | 0 | 3E | 40 | 20 | 2 | 2F | 2E |
| Octal | 256 | 102 | 77 | 0 | 76 | 100 | 40 | 2 | 57 | 56 |
| Binary | 10101110 | 1000010 | 111111 | 0 | 111110 | 1000000 | 100000 | 10 | 101111 | 101110 |
Color Harmonies of #AE423F
Complementary color
Monochromatic Colors of #AE423F
Black with #AE423F
Text Example
Text Example
White with #AE423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE423F; }
p { color: rgb(174,66,63); }
H1.HeaderClassName
{
color: #AE423F;
}
.AnyTagClassName
{
color: #AE423F;
}
</style>
background-color css
<style>
a { background-color: #AE423F; }
a { background-color: rgb(174,66,63); }
div.DivClassName
{
background-color: #AE423F;
}
.BgClassName
{
background-color: #AE423F;
}
</style>
border-color css
<style>
span { border-color: #AE423F; }
span { border-color: rgb(174,66,63); }
td.TdClassName
{
border-color: #AE423F;
}
.TagClassName
{
border-color: #AE423F;
}
</style>