Shades of Venetian Red #AC181C
Tints of Venetian Red #AC181C
RGB
CMYK
RGB Variations
Color information
#AC181C (or 0xAC181C) is known color: Venetian Red. HEX triplet: AC, 18 and 1C. RGB value is (172,24,28). Sum of RGB (Red+Green+Blue) = 172+24+28=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC181C is #53E7E3. Grayscale: #444444. Windows color (decimal): -5498852 or 1841324. OLE color: 1841324.
HSL color Cylindrical-coordinate representation of color #AC181C: hue angle of 358.38º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC181C is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 28 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.33 |
| HSL | 358.38º | 0.76% | 0.38% | - |
| HSV(B) | 358.38º | 0.86% | 0.67% | - |
| XYZ | 17.55 | 9.51 | 2.01 | - |
| YUV | 68.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 28 | 0 | 0.86 | 0.84 | 0.33 | 358.38 | 0.76 | 0.38 |
| Hex | AC | 18 | 1C | 0 | 56 | 54 | 21 | 166 | 4C | 26 |
| Octal | 254 | 30 | 34 | 0 | 126 | 124 | 41 | 546 | 114 | 46 |
| Binary | 10101100 | 11000 | 11100 | 0 | 1010110 | 1010100 | 100001 | 101100110 | 1001100 | 100110 |
Color Harmonies of #AC181C
Complementary color
Monochromatic Colors of #AC181C
Black with #AC181C
Text Example
Text Example
White with #AC181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC181C; }
p { color: rgb(172,24,28); }
H1.HeaderClassName
{
color: #AC181C;
}
.AnyTagClassName
{
color: #AC181C;
}
</style>
background-color css
<style>
a { background-color: #AC181C; }
a { background-color: rgb(172,24,28); }
div.DivClassName
{
background-color: #AC181C;
}
.BgClassName
{
background-color: #AC181C;
}
</style>
border-color css
<style>
span { border-color: #AC181C; }
span { border-color: rgb(172,24,28); }
td.TdClassName
{
border-color: #AC181C;
}
.TagClassName
{
border-color: #AC181C;
}
</style>