Shades of Carmine #AE0125
Tints of Carmine #AE0125
RGB
CMYK
RGB Variations
Color information
#AE0125 (or 0xAE0125) is known color: Carmine. HEX triplet: AE, 01 and 25. RGB value is (174,1,37). Sum of RGB (Red+Green+Blue) = 174+1+37=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0125 is #51FEDA. Grayscale: #383838. Windows color (decimal): -5373659 or 2425262. OLE color: 2425262.
HSL color Cylindrical-coordinate representation of color #AE0125: hue angle of 347.51º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0125 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 37 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.32 |
| HSL | 347.51º | 0.99% | 0.34% | - |
| HSV(B) | 347.51º | 0.99% | 0.68% | - |
| XYZ | 17.8 | 9.15 | 2.58 | - |
| YUV | 56.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 37 | 0 | 0.99 | 0.79 | 0.32 | 347.51 | 0.99 | 0.34 |
| Hex | AE | 1 | 25 | 0 | 63 | 4F | 20 | 15C | 63 | 22 |
| Octal | 256 | 1 | 45 | 0 | 143 | 117 | 40 | 534 | 143 | 42 |
| Binary | 10101110 | 1 | 100101 | 0 | 1100011 | 1001111 | 100000 | 101011100 | 1100011 | 100010 |
Color Harmonies of #AE0125
Complementary color
Monochromatic Colors of #AE0125
Black with #AE0125
Text Example
Text Example
White with #AE0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0125; }
p { color: rgb(174,1,37); }
H1.HeaderClassName
{
color: #AE0125;
}
.AnyTagClassName
{
color: #AE0125;
}
</style>
background-color css
<style>
a { background-color: #AE0125; }
a { background-color: rgb(174,1,37); }
div.DivClassName
{
background-color: #AE0125;
}
.BgClassName
{
background-color: #AE0125;
}
</style>
border-color css
<style>
span { border-color: #AE0125; }
span { border-color: rgb(174,1,37); }
td.TdClassName
{
border-color: #AE0125;
}
.TagClassName
{
border-color: #AE0125;
}
</style>