Shades of Venetian Red #AC1015
Tints of Venetian Red #AC1015
RGB
CMYK
RGB Variations
Color information
#AC1015 (or 0xAC1015) is known color: Venetian Red. HEX triplet: AC, 10 and 15. RGB value is (172,16,21). Sum of RGB (Red+Green+Blue) = 172+16+21=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1015 is #53EFEA. Grayscale: #3F3F3F. Windows color (decimal): -5500907 or 1380524. OLE color: 1380524.
HSL color Cylindrical-coordinate representation of color #AC1015: hue angle of 358.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1015 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 21 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.33 |
| HSL | 358.08º | 0.83% | 0.37% | - |
| HSV(B) | 358.08º | 0.91% | 0.67% | - |
| XYZ | 17.33 | 9.2 | 1.57 | - |
| YUV | 63.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 21 | 0 | 0.91 | 0.88 | 0.33 | 358.08 | 0.83 | 0.37 |
| Hex | AC | 10 | 15 | 0 | 5B | 58 | 21 | 166 | 53 | 25 |
| Octal | 254 | 20 | 25 | 0 | 133 | 130 | 41 | 546 | 123 | 45 |
| Binary | 10101100 | 10000 | 10101 | 0 | 1011011 | 1011000 | 100001 | 101100110 | 1010011 | 100101 |
Color Harmonies of #AC1015
Complementary color
Monochromatic Colors of #AC1015
Black with #AC1015
Text Example
Text Example
White with #AC1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1015; }
p { color: rgb(172,16,21); }
H1.HeaderClassName
{
color: #AC1015;
}
.AnyTagClassName
{
color: #AC1015;
}
</style>
background-color css
<style>
a { background-color: #AC1015; }
a { background-color: rgb(172,16,21); }
div.DivClassName
{
background-color: #AC1015;
}
.BgClassName
{
background-color: #AC1015;
}
</style>
border-color css
<style>
span { border-color: #AC1015; }
span { border-color: rgb(172,16,21); }
td.TdClassName
{
border-color: #AC1015;
}
.TagClassName
{
border-color: #AC1015;
}
</style>