Shades of Venetian Red #AE1222
Tints of Venetian Red #AE1222
RGB
CMYK
RGB Variations
Color information
#AE1222 (or 0xAE1222) is known color: Venetian Red. HEX triplet: AE, 12 and 22. RGB value is (174,18,34). Sum of RGB (Red+Green+Blue) = 174+18+34=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1222 is #51EDDD. Grayscale: #424242. Windows color (decimal): -5369310 or 2233006. OLE color: 2233006.
HSL color Cylindrical-coordinate representation of color #AE1222: hue angle of 353.85º 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 #AE1222 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 18 | 34 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.32 |
| HSL | 353.85º | 0.81% | 0.38% | - |
| HSV(B) | 353.85º | 0.9% | 0.68% | - |
| XYZ | 17.96 | 9.55 | 2.41 | - |
| YUV | 66.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 18 | 34 | 0 | 0.90 | 0.80 | 0.32 | 353.85 | 0.81 | 0.38 |
| Hex | AE | 12 | 22 | 0 | 5A | 50 | 20 | 162 | 51 | 26 |
| Octal | 256 | 22 | 42 | 0 | 132 | 120 | 40 | 542 | 121 | 46 |
| Binary | 10101110 | 10010 | 100010 | 0 | 1011010 | 1010000 | 100000 | 101100010 | 1010001 | 100110 |
Color Harmonies of #AE1222
Complementary color
Monochromatic Colors of #AE1222
Black with #AE1222
Text Example
Text Example
White with #AE1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1222; }
p { color: rgb(174,18,34); }
H1.HeaderClassName
{
color: #AE1222;
}
.AnyTagClassName
{
color: #AE1222;
}
</style>
background-color css
<style>
a { background-color: #AE1222; }
a { background-color: rgb(174,18,34); }
div.DivClassName
{
background-color: #AE1222;
}
.BgClassName
{
background-color: #AE1222;
}
</style>
border-color css
<style>
span { border-color: #AE1222; }
span { border-color: rgb(174,18,34); }
td.TdClassName
{
border-color: #AE1222;
}
.TagClassName
{
border-color: #AE1222;
}
</style>