Shades of Venetian Red #AE131B
Tints of Venetian Red #AE131B
RGB
CMYK
RGB Variations
Color information
#AE131B (or 0xAE131B) is known color: Venetian Red. HEX triplet: AE, 13 and 1B. RGB value is (174,19,27). Sum of RGB (Red+Green+Blue) = 174+19+27=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE131B is #51ECE4. Grayscale: #424242. Windows color (decimal): -5369061 or 1774510. OLE color: 1774510.
HSL color Cylindrical-coordinate representation of color #AE131B: hue angle of 356.9º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE131B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.32 |
| HSL | 356.9º | 0.8% | 0.38% | - |
| HSV(B) | 356.9º | 0.89% | 0.68% | - |
| XYZ | 17.89 | 9.54 | 1.94 | - |
| YUV | 66.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 19 | 27 | 0 | 0.89 | 0.84 | 0.32 | 356.9 | 0.8 | 0.38 |
| Hex | AE | 13 | 1B | 0 | 59 | 54 | 20 | 165 | 50 | 26 |
| Octal | 256 | 23 | 33 | 0 | 131 | 124 | 40 | 545 | 120 | 46 |
| Binary | 10101110 | 10011 | 11011 | 0 | 1011001 | 1010100 | 100000 | 101100101 | 1010000 | 100110 |
Color Harmonies of #AE131B
Complementary color
Monochromatic Colors of #AE131B
Black with #AE131B
Text Example
Text Example
White with #AE131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE131B; }
p { color: rgb(174,19,27); }
H1.HeaderClassName
{
color: #AE131B;
}
.AnyTagClassName
{
color: #AE131B;
}
</style>
background-color css
<style>
a { background-color: #AE131B; }
a { background-color: rgb(174,19,27); }
div.DivClassName
{
background-color: #AE131B;
}
.BgClassName
{
background-color: #AE131B;
}
</style>
border-color css
<style>
span { border-color: #AE131B; }
span { border-color: rgb(174,19,27); }
td.TdClassName
{
border-color: #AE131B;
}
.TagClassName
{
border-color: #AE131B;
}
</style>