Shades of Venetian Red #AE070C
Tints of Venetian Red #AE070C
RGB
CMYK
RGB Variations
Color information
#AE070C (or 0xAE070C) is known color: Venetian Red. HEX triplet: AE, 07 and 0C. RGB value is (174,7,12). Sum of RGB (Red+Green+Blue) = 174+7+12=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE070C is #51F8F3. Grayscale: #393939. Windows color (decimal): -5372148 or 788398. OLE color: 788398.
HSL color Cylindrical-coordinate representation of color #AE070C: hue angle of 358.2º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.32 |
| HSL | 358.2º | 0.92% | 0.35% | - |
| HSV(B) | 358.2º | 0.96% | 0.68% | - |
| XYZ | 17.6 | 9.18 | 1.19 | - |
| YUV | 57.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 12 | 0 | 0.96 | 0.93 | 0.32 | 358.2 | 0.92 | 0.35 |
| Hex | AE | 7 | C | 0 | 60 | 5D | 20 | 166 | 5C | 23 |
| Octal | 256 | 7 | 14 | 0 | 140 | 135 | 40 | 546 | 134 | 43 |
| Binary | 10101110 | 111 | 1100 | 0 | 1100000 | 1011101 | 100000 | 101100110 | 1011100 | 100011 |
Color Harmonies of #AE070C
Complementary color
Monochromatic Colors of #AE070C
Black with #AE070C
Text Example
Text Example
White with #AE070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE070C; }
p { color: rgb(174,7,12); }
H1.HeaderClassName
{
color: #AE070C;
}
.AnyTagClassName
{
color: #AE070C;
}
</style>
background-color css
<style>
a { background-color: #AE070C; }
a { background-color: rgb(174,7,12); }
div.DivClassName
{
background-color: #AE070C;
}
.BgClassName
{
background-color: #AE070C;
}
</style>
border-color css
<style>
span { border-color: #AE070C; }
span { border-color: rgb(174,7,12); }
td.TdClassName
{
border-color: #AE070C;
}
.TagClassName
{
border-color: #AE070C;
}
</style>