Shades of Venetian Red #AC1A1D
Tints of Venetian Red #AC1A1D
RGB
CMYK
RGB Variations
Color information
#AC1A1D (or 0xAC1A1D) is known color: Venetian Red. HEX triplet: AC, 1A and 1D. RGB value is (172,26,29). Sum of RGB (Red+Green+Blue) = 172+26+29=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A1D is #53E5E2. Grayscale: #464646. Windows color (decimal): -5498339 or 1907372. OLE color: 1907372.
HSL color Cylindrical-coordinate representation of color #AC1A1D: hue angle of 358.77º degrees, saturation: 0.74, 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 #AC1A1D is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 29 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.33 |
| HSL | 358.77º | 0.74% | 0.39% | - |
| HSV(B) | 358.77º | 0.85% | 0.67% | - |
| XYZ | 17.6 | 9.6 | 2.09 | - |
| YUV | 70 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 29 | 0 | 0.85 | 0.83 | 0.33 | 358.77 | 0.74 | 0.39 |
| Hex | AC | 1A | 1D | 0 | 55 | 53 | 21 | 167 | 4A | 27 |
| Octal | 254 | 32 | 35 | 0 | 125 | 123 | 41 | 547 | 112 | 47 |
| Binary | 10101100 | 11010 | 11101 | 0 | 1010101 | 1010011 | 100001 | 101100111 | 1001010 | 100111 |
Color Harmonies of #AC1A1D
Complementary color
Monochromatic Colors of #AC1A1D
Black with #AC1A1D
Text Example
Text Example
White with #AC1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A1D; }
p { color: rgb(172,26,29); }
H1.HeaderClassName
{
color: #AC1A1D;
}
.AnyTagClassName
{
color: #AC1A1D;
}
</style>
background-color css
<style>
a { background-color: #AC1A1D; }
a { background-color: rgb(172,26,29); }
div.DivClassName
{
background-color: #AC1A1D;
}
.BgClassName
{
background-color: #AC1A1D;
}
</style>
border-color css
<style>
span { border-color: #AC1A1D; }
span { border-color: rgb(172,26,29); }
td.TdClassName
{
border-color: #AC1A1D;
}
.TagClassName
{
border-color: #AC1A1D;
}
</style>