Shades of Venetian Red #AE151D
Tints of Venetian Red #AE151D
RGB
CMYK
RGB Variations
Color information
#AE151D (or 0xAE151D) is known color: Venetian Red. HEX triplet: AE, 15 and 1D. RGB value is (174,21,29). Sum of RGB (Red+Green+Blue) = 174+21+29=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE151D is #51EAE2. Grayscale: #434343. Windows color (decimal): -5368547 or 1906094. OLE color: 1906094.
HSL color Cylindrical-coordinate representation of color #AE151D: hue angle of 356.86º 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 #AE151D is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 29 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.32 |
| HSL | 356.86º | 0.78% | 0.38% | - |
| HSV(B) | 356.86º | 0.88% | 0.68% | - |
| XYZ | 17.95 | 9.62 | 2.07 | - |
| YUV | 67.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 29 | 0 | 0.88 | 0.83 | 0.32 | 356.86 | 0.78 | 0.38 |
| Hex | AE | 15 | 1D | 0 | 58 | 53 | 20 | 165 | 4E | 26 |
| Octal | 256 | 25 | 35 | 0 | 130 | 123 | 40 | 545 | 116 | 46 |
| Binary | 10101110 | 10101 | 11101 | 0 | 1011000 | 1010011 | 100000 | 101100101 | 1001110 | 100110 |
Color Harmonies of #AE151D
Complementary color
Monochromatic Colors of #AE151D
Black with #AE151D
Text Example
Text Example
White with #AE151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE151D; }
p { color: rgb(174,21,29); }
H1.HeaderClassName
{
color: #AE151D;
}
.AnyTagClassName
{
color: #AE151D;
}
</style>
background-color css
<style>
a { background-color: #AE151D; }
a { background-color: rgb(174,21,29); }
div.DivClassName
{
background-color: #AE151D;
}
.BgClassName
{
background-color: #AE151D;
}
</style>
border-color css
<style>
span { border-color: #AE151D; }
span { border-color: rgb(174,21,29); }
td.TdClassName
{
border-color: #AE151D;
}
.TagClassName
{
border-color: #AE151D;
}
</style>