Shades of Venetian Red #BA001A
Tints of Venetian Red #BA001A
RGB
CMYK
RGB Variations
Color information
#BA001A (or 0xBA001A) is known color: Venetian Red. HEX triplet: BA, 00 and 1A. RGB value is (186,0,26). Sum of RGB (Red+Green+Blue) = 186+0+26=212 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.74% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 186 - color contains mainly: red. Hex color #BA001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA001A is #45FFE5. Grayscale: #3A3A3A. Windows color (decimal): -4587494 or 1704122. OLE color: 1704122.
HSL color Cylindrical-coordinate representation of color #BA001A: hue angle of 351.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA001A is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.86 | 0.27 |
| HSL | 351.61º | 1% | 0.36% | - |
| HSV(B) | 351.61º | 1% | 0.73% | - |
| XYZ | 20.44 | 10.51 | 1.93 | - |
| YUV | 58.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 26 | 0 | 1 | 0.86 | 0.27 | 351.61 | 1 | 0.36 |
| Hex | BA | 0 | 1A | 0 | 64 | 56 | 1B | 160 | 64 | 24 |
| Octal | 272 | 0 | 32 | 0 | 144 | 126 | 33 | 540 | 144 | 44 |
| Binary | 10111010 | 0 | 11010 | 0 | 1100100 | 1010110 | 11011 | 101100000 | 1100100 | 100100 |
Color Harmonies of #BA001A
Complementary color
Monochromatic Colors of #BA001A
Black with #BA001A
Text Example
Text Example
White with #BA001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA001A; }
p { color: rgb(186,0,26); }
H1.HeaderClassName
{
color: #BA001A;
}
.AnyTagClassName
{
color: #BA001A;
}
</style>
background-color css
<style>
a { background-color: #BA001A; }
a { background-color: rgb(186,0,26); }
div.DivClassName
{
background-color: #BA001A;
}
.BgClassName
{
background-color: #BA001A;
}
</style>
border-color css
<style>
span { border-color: #BA001A; }
span { border-color: rgb(186,0,26); }
td.TdClassName
{
border-color: #BA001A;
}
.TagClassName
{
border-color: #BA001A;
}
</style>