Shades of Venetian Red #AC141C
Tints of Venetian Red #AC141C
RGB
CMYK
RGB Variations
Color information
#AC141C (or 0xAC141C) is known color: Venetian Red. HEX triplet: AC, 14 and 1C. RGB value is (172,20,28). Sum of RGB (Red+Green+Blue) = 172+20+28=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC141C is #53EBE3. Grayscale: #424242. Windows color (decimal): -5499876 or 1840300. OLE color: 1840300.
HSL color Cylindrical-coordinate representation of color #AC141C: hue angle of 356.84º degrees, saturation: 0.79, 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 #AC141C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 28 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.33 |
| HSL | 356.84º | 0.79% | 0.38% | - |
| HSV(B) | 356.84º | 0.88% | 0.67% | - |
| XYZ | 17.47 | 9.35 | 1.98 | - |
| YUV | 66.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 28 | 0 | 0.88 | 0.84 | 0.33 | 356.84 | 0.79 | 0.38 |
| Hex | AC | 14 | 1C | 0 | 58 | 54 | 21 | 165 | 4F | 26 |
| Octal | 254 | 24 | 34 | 0 | 130 | 124 | 41 | 545 | 117 | 46 |
| Binary | 10101100 | 10100 | 11100 | 0 | 1011000 | 1010100 | 100001 | 101100101 | 1001111 | 100110 |
Color Harmonies of #AC141C
Complementary color
Monochromatic Colors of #AC141C
Black with #AC141C
Text Example
Text Example
White with #AC141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC141C; }
p { color: rgb(172,20,28); }
H1.HeaderClassName
{
color: #AC141C;
}
.AnyTagClassName
{
color: #AC141C;
}
</style>
background-color css
<style>
a { background-color: #AC141C; }
a { background-color: rgb(172,20,28); }
div.DivClassName
{
background-color: #AC141C;
}
.BgClassName
{
background-color: #AC141C;
}
</style>
border-color css
<style>
span { border-color: #AC141C; }
span { border-color: rgb(172,20,28); }
td.TdClassName
{
border-color: #AC141C;
}
.TagClassName
{
border-color: #AC141C;
}
</style>