Shades of Venetian Red #AE1015
Tints of Venetian Red #AE1015
RGB
CMYK
RGB Variations
Color information
#AE1015 (or 0xAE1015) is known color: Venetian Red. HEX triplet: AE, 10 and 15. RGB value is (174,16,21). Sum of RGB (Red+Green+Blue) = 174+16+21=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1015 is #51EFEA. Grayscale: #3F3F3F. Windows color (decimal): -5369835 or 1380526. OLE color: 1380526.
HSL color Cylindrical-coordinate representation of color #AE1015: hue angle of 358.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1015 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 21 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.32 |
| HSL | 358.1º | 0.83% | 0.37% | - |
| HSV(B) | 358.1º | 0.91% | 0.68% | - |
| XYZ | 17.78 | 9.42 | 1.59 | - |
| YUV | 63.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 21 | 0 | 0.91 | 0.88 | 0.32 | 358.1 | 0.83 | 0.37 |
| Hex | AE | 10 | 15 | 0 | 5B | 58 | 20 | 166 | 53 | 25 |
| Octal | 256 | 20 | 25 | 0 | 133 | 130 | 40 | 546 | 123 | 45 |
| Binary | 10101110 | 10000 | 10101 | 0 | 1011011 | 1011000 | 100000 | 101100110 | 1010011 | 100101 |
Color Harmonies of #AE1015
Complementary color
Monochromatic Colors of #AE1015
Black with #AE1015
Text Example
Text Example
White with #AE1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1015; }
p { color: rgb(174,16,21); }
H1.HeaderClassName
{
color: #AE1015;
}
.AnyTagClassName
{
color: #AE1015;
}
</style>
background-color css
<style>
a { background-color: #AE1015; }
a { background-color: rgb(174,16,21); }
div.DivClassName
{
background-color: #AE1015;
}
.BgClassName
{
background-color: #AE1015;
}
</style>
border-color css
<style>
span { border-color: #AE1015; }
span { border-color: rgb(174,16,21); }
td.TdClassName
{
border-color: #AE1015;
}
.TagClassName
{
border-color: #AE1015;
}
</style>