Shades of Carmine #AE001B
Tints of Carmine #AE001B
RGB
CMYK
RGB Variations
Color information
#AE001B (or 0xAE001B) is known color: Carmine. HEX triplet: AE, 00 and 1B. RGB value is (174,0,27). Sum of RGB (Red+Green+Blue) = 174+0+27=201 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.57% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 174 - color contains mainly: red. Hex color #AE001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE001B is #51FFE4. Grayscale: #373737. Windows color (decimal): -5373925 or 1769646. OLE color: 1769646.
HSL color Cylindrical-coordinate representation of color #AE001B: hue angle of 350.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE001B is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.84 | 0.32 |
| HSL | 350.69º | 1% | 0.34% | - |
| HSV(B) | 350.69º | 1% | 0.68% | - |
| XYZ | 17.65 | 9.08 | 1.86 | - |
| YUV | 55.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 27 | 0 | 1 | 0.84 | 0.32 | 350.69 | 1 | 0.34 |
| Hex | AE | 0 | 1B | 0 | 64 | 54 | 20 | 15F | 64 | 22 |
| Octal | 256 | 0 | 33 | 0 | 144 | 124 | 40 | 537 | 144 | 42 |
| Binary | 10101110 | 0 | 11011 | 0 | 1100100 | 1010100 | 100000 | 101011111 | 1100100 | 100010 |
Color Harmonies of #AE001B
Complementary color
Monochromatic Colors of #AE001B
Black with #AE001B
Text Example
Text Example
White with #AE001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE001B; }
p { color: rgb(174,0,27); }
H1.HeaderClassName
{
color: #AE001B;
}
.AnyTagClassName
{
color: #AE001B;
}
</style>
background-color css
<style>
a { background-color: #AE001B; }
a { background-color: rgb(174,0,27); }
div.DivClassName
{
background-color: #AE001B;
}
.BgClassName
{
background-color: #AE001B;
}
</style>
border-color css
<style>
span { border-color: #AE001B; }
span { border-color: rgb(174,0,27); }
td.TdClassName
{
border-color: #AE001B;
}
.TagClassName
{
border-color: #AE001B;
}
</style>