Shades of Venetian Red #AE080D
Tints of Venetian Red #AE080D
RGB
CMYK
RGB Variations
Color information
#AE080D (or 0xAE080D) is known color: Venetian Red. HEX triplet: AE, 08 and 0D. RGB value is (174,8,13). Sum of RGB (Red+Green+Blue) = 174+8+13=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE080D is #51F7F2. Grayscale: #3A3A3A. Windows color (decimal): -5371891 or 854190. OLE color: 854190.
HSL color Cylindrical-coordinate representation of color #AE080D: hue angle of 358.19º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE080D is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 13 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.32 |
| HSL | 358.19º | 0.91% | 0.36% | - |
| HSV(B) | 358.19º | 0.95% | 0.68% | - |
| XYZ | 17.62 | 9.2 | 1.23 | - |
| YUV | 58.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 13 | 0 | 0.95 | 0.93 | 0.32 | 358.19 | 0.91 | 0.36 |
| Hex | AE | 8 | D | 0 | 5F | 5D | 20 | 166 | 5B | 24 |
| Octal | 256 | 10 | 15 | 0 | 137 | 135 | 40 | 546 | 133 | 44 |
| Binary | 10101110 | 1000 | 1101 | 0 | 1011111 | 1011101 | 100000 | 101100110 | 1011011 | 100100 |
Color Harmonies of #AE080D
Complementary color
Monochromatic Colors of #AE080D
Black with #AE080D
Text Example
Text Example
White with #AE080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE080D; }
p { color: rgb(174,8,13); }
H1.HeaderClassName
{
color: #AE080D;
}
.AnyTagClassName
{
color: #AE080D;
}
</style>
background-color css
<style>
a { background-color: #AE080D; }
a { background-color: rgb(174,8,13); }
div.DivClassName
{
background-color: #AE080D;
}
.BgClassName
{
background-color: #AE080D;
}
</style>
border-color css
<style>
span { border-color: #AE080D; }
span { border-color: rgb(174,8,13); }
td.TdClassName
{
border-color: #AE080D;
}
.TagClassName
{
border-color: #AE080D;
}
</style>