Shades of Venetian Red #AC191C
Tints of Venetian Red #AC191C
RGB
CMYK
RGB Variations
Color information
#AC191C (or 0xAC191C) is known color: Venetian Red. HEX triplet: AC, 19 and 1C. RGB value is (172,25,28). Sum of RGB (Red+Green+Blue) = 172+25+28=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC191C is #53E6E3. Grayscale: #454545. Windows color (decimal): -5498596 or 1841580. OLE color: 1841580.
HSL color Cylindrical-coordinate representation of color #AC191C: hue angle of 358.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC191C is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 28 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.33 |
| HSL | 358.78º | 0.75% | 0.39% | - |
| HSV(B) | 358.78º | 0.85% | 0.67% | - |
| XYZ | 17.57 | 9.55 | 2.02 | - |
| YUV | 69.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 28 | 0 | 0.85 | 0.84 | 0.33 | 358.78 | 0.75 | 0.39 |
| Hex | AC | 19 | 1C | 0 | 55 | 54 | 21 | 167 | 4B | 27 |
| Octal | 254 | 31 | 34 | 0 | 125 | 124 | 41 | 547 | 113 | 47 |
| Binary | 10101100 | 11001 | 11100 | 0 | 1010101 | 1010100 | 100001 | 101100111 | 1001011 | 100111 |
Color Harmonies of #AC191C
Complementary color
Monochromatic Colors of #AC191C
Black with #AC191C
Text Example
Text Example
White with #AC191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC191C; }
p { color: rgb(172,25,28); }
H1.HeaderClassName
{
color: #AC191C;
}
.AnyTagClassName
{
color: #AC191C;
}
</style>
background-color css
<style>
a { background-color: #AC191C; }
a { background-color: rgb(172,25,28); }
div.DivClassName
{
background-color: #AC191C;
}
.BgClassName
{
background-color: #AC191C;
}
</style>
border-color css
<style>
span { border-color: #AC191C; }
span { border-color: rgb(172,25,28); }
td.TdClassName
{
border-color: #AC191C;
}
.TagClassName
{
border-color: #AC191C;
}
</style>