Shades of Venetian Red #AD1A1B
Tints of Venetian Red #AD1A1B
RGB
CMYK
RGB Variations
Color information
#AD1A1B (or 0xAD1A1B) is known color: Venetian Red. HEX triplet: AD, 1A and 1B. RGB value is (173,26,27). Sum of RGB (Red+Green+Blue) = 173+26+27=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A1B is #52E5E4. Grayscale: #464646. Windows color (decimal): -5432805 or 1776301. OLE color: 1776301.
HSL color Cylindrical-coordinate representation of color #AD1A1B: hue angle of 359.59º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A1B is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 27 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.32 |
| HSL | 359.59º | 0.74% | 0.39% | - |
| HSV(B) | 359.59º | 0.85% | 0.68% | - |
| XYZ | 17.8 | 9.7 | 1.97 | - |
| YUV | 70.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 27 | 0 | 0.85 | 0.84 | 0.32 | 359.59 | 0.74 | 0.39 |
| Hex | AD | 1A | 1B | 0 | 55 | 54 | 20 | 168 | 4A | 27 |
| Octal | 255 | 32 | 33 | 0 | 125 | 124 | 40 | 550 | 112 | 47 |
| Binary | 10101101 | 11010 | 11011 | 0 | 1010101 | 1010100 | 100000 | 101101000 | 1001010 | 100111 |
Color Harmonies of #AD1A1B
Complementary color
Monochromatic Colors of #AD1A1B
Black with #AD1A1B
Text Example
Text Example
White with #AD1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A1B; }
p { color: rgb(173,26,27); }
H1.HeaderClassName
{
color: #AD1A1B;
}
.AnyTagClassName
{
color: #AD1A1B;
}
</style>
background-color css
<style>
a { background-color: #AD1A1B; }
a { background-color: rgb(173,26,27); }
div.DivClassName
{
background-color: #AD1A1B;
}
.BgClassName
{
background-color: #AD1A1B;
}
</style>
border-color css
<style>
span { border-color: #AD1A1B; }
span { border-color: rgb(173,26,27); }
td.TdClassName
{
border-color: #AD1A1B;
}
.TagClassName
{
border-color: #AD1A1B;
}
</style>