Shades of Venetian Red #BA0123
Tints of Venetian Red #BA0123
RGB
CMYK
RGB Variations
Color information
#BA0123 (or 0xBA0123) is known color: Venetian Red. HEX triplet: BA, 01 and 23. RGB value is (186,1,35). Sum of RGB (Red+Green+Blue) = 186+1+35=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0123 is #45FEDC. Grayscale: #3C3C3C. Windows color (decimal): -4587229 or 2294202. OLE color: 2294202.
HSL color Cylindrical-coordinate representation of color #BA0123: hue angle of 348.97º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0123 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.27 |
| HSL | 348.97º | 0.99% | 0.37% | - |
| HSV(B) | 348.97º | 0.99% | 0.73% | - |
| XYZ | 20.56 | 10.58 | 2.55 | - |
| YUV | 60.19 | 113.79 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 35 | 0 | 0.99 | 0.81 | 0.27 | 348.97 | 0.99 | 0.37 |
| Hex | BA | 1 | 23 | 0 | 63 | 51 | 1B | 15D | 63 | 25 |
| Octal | 272 | 1 | 43 | 0 | 143 | 121 | 33 | 535 | 143 | 45 |
| Binary | 10111010 | 1 | 100011 | 0 | 1100011 | 1010001 | 11011 | 101011101 | 1100011 | 100101 |
Color Harmonies of #BA0123
Complementary color
Monochromatic Colors of #BA0123
Black with #BA0123
Text Example
Text Example
White with #BA0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0123; }
p { color: rgb(186,1,35); }
H1.HeaderClassName
{
color: #BA0123;
}
.AnyTagClassName
{
color: #BA0123;
}
</style>
background-color css
<style>
a { background-color: #BA0123; }
a { background-color: rgb(186,1,35); }
div.DivClassName
{
background-color: #BA0123;
}
.BgClassName
{
background-color: #BA0123;
}
</style>
border-color css
<style>
span { border-color: #BA0123; }
span { border-color: rgb(186,1,35); }
td.TdClassName
{
border-color: #BA0123;
}
.TagClassName
{
border-color: #BA0123;
}
</style>