Shades of Venetian Red #AC151C
Tints of Venetian Red #AC151C
RGB
CMYK
RGB Variations
Color information
#AC151C (or 0xAC151C) is known color: Venetian Red. HEX triplet: AC, 15 and 1C. RGB value is (172,21,28). Sum of RGB (Red+Green+Blue) = 172+21+28=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC151C is #53EAE3. Grayscale: #434343. Windows color (decimal): -5499620 or 1840556. OLE color: 1840556.
HSL color Cylindrical-coordinate representation of color #AC151C: hue angle of 357.22º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC151C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 28 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.33 |
| HSL | 357.22º | 0.78% | 0.38% | - |
| HSV(B) | 357.22º | 0.88% | 0.67% | - |
| XYZ | 17.49 | 9.39 | 1.99 | - |
| YUV | 66.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 28 | 0 | 0.88 | 0.84 | 0.33 | 357.22 | 0.78 | 0.38 |
| Hex | AC | 15 | 1C | 0 | 58 | 54 | 21 | 165 | 4E | 26 |
| Octal | 254 | 25 | 34 | 0 | 130 | 124 | 41 | 545 | 116 | 46 |
| Binary | 10101100 | 10101 | 11100 | 0 | 1011000 | 1010100 | 100001 | 101100101 | 1001110 | 100110 |
Color Harmonies of #AC151C
Complementary color
Monochromatic Colors of #AC151C
Black with #AC151C
Text Example
Text Example
White with #AC151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC151C; }
p { color: rgb(172,21,28); }
H1.HeaderClassName
{
color: #AC151C;
}
.AnyTagClassName
{
color: #AC151C;
}
</style>
background-color css
<style>
a { background-color: #AC151C; }
a { background-color: rgb(172,21,28); }
div.DivClassName
{
background-color: #AC151C;
}
.BgClassName
{
background-color: #AC151C;
}
</style>
border-color css
<style>
span { border-color: #AC151C; }
span { border-color: rgb(172,21,28); }
td.TdClassName
{
border-color: #AC151C;
}
.TagClassName
{
border-color: #AC151C;
}
</style>