Shades of Venetian Red #BA0223
Tints of Venetian Red #BA0223
RGB
CMYK
RGB Variations
Color information
#BA0223 (or 0xBA0223) is known color: Venetian Red. HEX triplet: BA, 02 and 23. RGB value is (186,2,35). Sum of RGB (Red+Green+Blue) = 186+2+35=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0223 is #45FDDC. Grayscale: #3C3C3C. Windows color (decimal): -4586973 or 2294458. OLE color: 2294458.
HSL color Cylindrical-coordinate representation of color #BA0223: hue angle of 349.24º degrees, saturation: 0.98, 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 #BA0223 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.27 |
| HSL | 349.24º | 0.98% | 0.37% | - |
| HSV(B) | 349.24º | 0.99% | 0.73% | - |
| XYZ | 20.57 | 10.6 | 2.55 | - |
| YUV | 60.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 35 | 0 | 0.99 | 0.81 | 0.27 | 349.24 | 0.98 | 0.37 |
| Hex | BA | 2 | 23 | 0 | 63 | 51 | 1B | 15D | 62 | 25 |
| Octal | 272 | 2 | 43 | 0 | 143 | 121 | 33 | 535 | 142 | 45 |
| Binary | 10111010 | 10 | 100011 | 0 | 1100011 | 1010001 | 11011 | 101011101 | 1100010 | 100101 |
Color Harmonies of #BA0223
Complementary color
Monochromatic Colors of #BA0223
Black with #BA0223
Text Example
Text Example
White with #BA0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0223; }
p { color: rgb(186,2,35); }
H1.HeaderClassName
{
color: #BA0223;
}
.AnyTagClassName
{
color: #BA0223;
}
</style>
background-color css
<style>
a { background-color: #BA0223; }
a { background-color: rgb(186,2,35); }
div.DivClassName
{
background-color: #BA0223;
}
.BgClassName
{
background-color: #BA0223;
}
</style>
border-color css
<style>
span { border-color: #BA0223; }
span { border-color: rgb(186,2,35); }
td.TdClassName
{
border-color: #BA0223;
}
.TagClassName
{
border-color: #BA0223;
}
</style>