Shades of Venetian Red #AE121C
Tints of Venetian Red #AE121C
RGB
CMYK
RGB Variations
Color information
#AE121C (or 0xAE121C) is known color: Venetian Red. HEX triplet: AE, 12 and 1C. RGB value is (174,18,28). Sum of RGB (Red+Green+Blue) = 174+18+28=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE121C is #51EDE3. Grayscale: #414141. Windows color (decimal): -5369316 or 1839790. OLE color: 1839790.
HSL color Cylindrical-coordinate representation of color #AE121C: hue angle of 356.15º 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 #AE121C is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 28 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.32 |
| HSL | 356.15º | 0.81% | 0.38% | - |
| HSV(B) | 356.15º | 0.9% | 0.68% | - |
| XYZ | 17.88 | 9.52 | 1.99 | - |
| YUV | 65.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 28 | 0 | 0.90 | 0.84 | 0.32 | 356.15 | 0.81 | 0.38 |
| Hex | AE | 12 | 1C | 0 | 5A | 54 | 20 | 164 | 51 | 26 |
| Octal | 256 | 22 | 34 | 0 | 132 | 124 | 40 | 544 | 121 | 46 |
| Binary | 10101110 | 10010 | 11100 | 0 | 1011010 | 1010100 | 100000 | 101100100 | 1010001 | 100110 |
Color Harmonies of #AE121C
Complementary color
Monochromatic Colors of #AE121C
Black with #AE121C
Text Example
Text Example
White with #AE121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE121C; }
p { color: rgb(174,18,28); }
H1.HeaderClassName
{
color: #AE121C;
}
.AnyTagClassName
{
color: #AE121C;
}
</style>
background-color css
<style>
a { background-color: #AE121C; }
a { background-color: rgb(174,18,28); }
div.DivClassName
{
background-color: #AE121C;
}
.BgClassName
{
background-color: #AE121C;
}
</style>
border-color css
<style>
span { border-color: #AE121C; }
span { border-color: rgb(174,18,28); }
td.TdClassName
{
border-color: #AE121C;
}
.TagClassName
{
border-color: #AE121C;
}
</style>