Shades of Venetian Red #BA0023
Tints of Venetian Red #BA0023
RGB
CMYK
RGB Variations
Color information
#BA0023 (or 0xBA0023) is known color: Venetian Red. HEX triplet: BA, 00 and 23. RGB value is (186,0,35). Sum of RGB (Red+Green+Blue) = 186+0+35=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0023 is #45FFDC. Grayscale: #3B3B3B. Windows color (decimal): -4587485 or 2293946. OLE color: 2293946.
HSL color Cylindrical-coordinate representation of color #BA0023: hue angle of 348.71º 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 #BA0023 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.81 | 0.27 |
| HSL | 348.71º | 1% | 0.36% | - |
| HSV(B) | 348.71º | 1% | 0.73% | - |
| XYZ | 20.55 | 10.56 | 2.55 | - |
| YUV | 59.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 35 | 0 | 1 | 0.81 | 0.27 | 348.71 | 1 | 0.36 |
| Hex | BA | 0 | 23 | 0 | 64 | 51 | 1B | 15D | 64 | 24 |
| Octal | 272 | 0 | 43 | 0 | 144 | 121 | 33 | 535 | 144 | 44 |
| Binary | 10111010 | 0 | 100011 | 0 | 1100100 | 1010001 | 11011 | 101011101 | 1100100 | 100100 |
Color Harmonies of #BA0023
Complementary color
Monochromatic Colors of #BA0023
Black with #BA0023
Text Example
Text Example
White with #BA0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0023; }
p { color: rgb(186,0,35); }
H1.HeaderClassName
{
color: #BA0023;
}
.AnyTagClassName
{
color: #BA0023;
}
</style>
background-color css
<style>
a { background-color: #BA0023; }
a { background-color: rgb(186,0,35); }
div.DivClassName
{
background-color: #BA0023;
}
.BgClassName
{
background-color: #BA0023;
}
</style>
border-color css
<style>
span { border-color: #BA0023; }
span { border-color: rgb(186,0,35); }
td.TdClassName
{
border-color: #BA0023;
}
.TagClassName
{
border-color: #BA0023;
}
</style>