Shades of Venetian Red #AE151A
Tints of Venetian Red #AE151A
RGB
CMYK
RGB Variations
Color information
#AE151A (or 0xAE151A) is known color: Venetian Red. HEX triplet: AE, 15 and 1A. RGB value is (174,21,26). Sum of RGB (Red+Green+Blue) = 174+21+26=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE151A is #51EAE5. Grayscale: #434343. Windows color (decimal): -5368550 or 1709486. OLE color: 1709486.
HSL color Cylindrical-coordinate representation of color #AE151A: hue angle of 358.04º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE151A is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 26 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.32 |
| HSL | 358.04º | 0.78% | 0.38% | - |
| HSV(B) | 358.04º | 0.88% | 0.68% | - |
| XYZ | 17.91 | 9.61 | 1.89 | - |
| YUV | 67.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 26 | 0 | 0.88 | 0.85 | 0.32 | 358.04 | 0.78 | 0.38 |
| Hex | AE | 15 | 1A | 0 | 58 | 55 | 20 | 166 | 4E | 26 |
| Octal | 256 | 25 | 32 | 0 | 130 | 125 | 40 | 546 | 116 | 46 |
| Binary | 10101110 | 10101 | 11010 | 0 | 1011000 | 1010101 | 100000 | 101100110 | 1001110 | 100110 |
Color Harmonies of #AE151A
Complementary color
Monochromatic Colors of #AE151A
Black with #AE151A
Text Example
Text Example
White with #AE151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE151A; }
p { color: rgb(174,21,26); }
H1.HeaderClassName
{
color: #AE151A;
}
.AnyTagClassName
{
color: #AE151A;
}
</style>
background-color css
<style>
a { background-color: #AE151A; }
a { background-color: rgb(174,21,26); }
div.DivClassName
{
background-color: #AE151A;
}
.BgClassName
{
background-color: #AE151A;
}
</style>
border-color css
<style>
span { border-color: #AE151A; }
span { border-color: rgb(174,21,26); }
td.TdClassName
{
border-color: #AE151A;
}
.TagClassName
{
border-color: #AE151A;
}
</style>