Shades of Venetian Red #AE121B
Tints of Venetian Red #AE121B
RGB
CMYK
RGB Variations
Color information
#AE121B (or 0xAE121B) is known color: Venetian Red. HEX triplet: AE, 12 and 1B. RGB value is (174,18,27). Sum of RGB (Red+Green+Blue) = 174+18+27=219 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.45% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 174 - color contains mainly: red. Hex color #AE121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE121B is #51EDE4. Grayscale: #414141. Windows color (decimal): -5369317 or 1774254. OLE color: 1774254.
HSL color Cylindrical-coordinate representation of color #AE121B: hue angle of 356.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE121B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.32 |
| HSL | 356.54º | 0.81% | 0.38% | - |
| HSV(B) | 356.54º | 0.9% | 0.68% | - |
| XYZ | 17.87 | 9.51 | 1.93 | - |
| YUV | 65.67 | 106.18 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 27 | 0 | 0.90 | 0.84 | 0.32 | 356.54 | 0.81 | 0.38 |
| Hex | AE | 12 | 1B | 0 | 5A | 54 | 20 | 165 | 51 | 26 |
| Octal | 256 | 22 | 33 | 0 | 132 | 124 | 40 | 545 | 121 | 46 |
| Binary | 10101110 | 10010 | 11011 | 0 | 1011010 | 1010100 | 100000 | 101100101 | 1010001 | 100110 |
Color Harmonies of #AE121B
Complementary color
Monochromatic Colors of #AE121B
Black with #AE121B
Text Example
Text Example
White with #AE121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE121B; }
p { color: rgb(174,18,27); }
H1.HeaderClassName
{
color: #AE121B;
}
.AnyTagClassName
{
color: #AE121B;
}
</style>
background-color css
<style>
a { background-color: #AE121B; }
a { background-color: rgb(174,18,27); }
div.DivClassName
{
background-color: #AE121B;
}
.BgClassName
{
background-color: #AE121B;
}
</style>
border-color css
<style>
span { border-color: #AE121B; }
span { border-color: rgb(174,18,27); }
td.TdClassName
{
border-color: #AE121B;
}
.TagClassName
{
border-color: #AE121B;
}
</style>