Shades of Medium Carmine #AE362F
Tints of Medium Carmine #AE362F
RGB
CMYK
RGB Variations
Color information
#AE362F (or 0xAE362F) is known color: Medium Carmine. HEX triplet: AE, 36 and 2F. RGB value is (174,54,47). Sum of RGB (Red+Green+Blue) = 174+54+47=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE362F is #51C9D0. Grayscale: #595959. Windows color (decimal): -5360081 or 3094190. OLE color: 3094190.
HSL color Cylindrical-coordinate representation of color #AE362F: hue angle of 3.31º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE362F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 47 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.32 |
| HSL | 3.31º | 0.57% | 0.43% | - |
| HSV(B) | 3.31º | 0.73% | 0.68% | - |
| XYZ | 19.29 | 11.84 | 3.96 | - |
| YUV | 89.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 47 | 0 | 0.69 | 0.73 | 0.32 | 3.31 | 0.57 | 0.43 |
| Hex | AE | 36 | 2F | 0 | 45 | 49 | 20 | 3 | 39 | 2B |
| Octal | 256 | 66 | 57 | 0 | 105 | 111 | 40 | 3 | 71 | 53 |
| Binary | 10101110 | 110110 | 101111 | 0 | 1000101 | 1001001 | 100000 | 11 | 111001 | 101011 |
Color Harmonies of #AE362F
Complementary color
Monochromatic Colors of #AE362F
Black with #AE362F
Text Example
Text Example
White with #AE362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE362F; }
p { color: rgb(174,54,47); }
H1.HeaderClassName
{
color: #AE362F;
}
.AnyTagClassName
{
color: #AE362F;
}
</style>
background-color css
<style>
a { background-color: #AE362F; }
a { background-color: rgb(174,54,47); }
div.DivClassName
{
background-color: #AE362F;
}
.BgClassName
{
background-color: #AE362F;
}
</style>
border-color css
<style>
span { border-color: #AE362F; }
span { border-color: rgb(174,54,47); }
td.TdClassName
{
border-color: #AE362F;
}
.TagClassName
{
border-color: #AE362F;
}
</style>