Shades of Venetian Red #BA161A
Tints of Venetian Red #BA161A
RGB
CMYK
RGB Variations
Color information
#BA161A (or 0xBA161A) is known color: Venetian Red. HEX triplet: BA, 16 and 1A. RGB value is (186,22,26). Sum of RGB (Red+Green+Blue) = 186+22+26=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA161A is #45E9E5. Grayscale: #474747. Windows color (decimal): -4581862 or 1709754. OLE color: 1709754.
HSL color Cylindrical-coordinate representation of color #BA161A: hue angle of 358.54º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA161A is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 26 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.27 |
| HSL | 358.54º | 0.79% | 0.41% | - |
| HSV(B) | 358.54º | 0.88% | 0.73% | - |
| XYZ | 20.72 | 11.09 | 2.03 | - |
| YUV | 71.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 26 | 0 | 0.88 | 0.86 | 0.27 | 358.54 | 0.79 | 0.41 |
| Hex | BA | 16 | 1A | 0 | 58 | 56 | 1B | 167 | 4F | 29 |
| Octal | 272 | 26 | 32 | 0 | 130 | 126 | 33 | 547 | 117 | 51 |
| Binary | 10111010 | 10110 | 11010 | 0 | 1011000 | 1010110 | 11011 | 101100111 | 1001111 | 101001 |
Color Harmonies of #BA161A
Complementary color
Monochromatic Colors of #BA161A
Black with #BA161A
Text Example
Text Example
White with #BA161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA161A; }
p { color: rgb(186,22,26); }
H1.HeaderClassName
{
color: #BA161A;
}
.AnyTagClassName
{
color: #BA161A;
}
</style>
background-color css
<style>
a { background-color: #BA161A; }
a { background-color: rgb(186,22,26); }
div.DivClassName
{
background-color: #BA161A;
}
.BgClassName
{
background-color: #BA161A;
}
</style>
border-color css
<style>
span { border-color: #BA161A; }
span { border-color: rgb(186,22,26); }
td.TdClassName
{
border-color: #BA161A;
}
.TagClassName
{
border-color: #BA161A;
}
</style>