Shades of Venetian Red #BA0326
Tints of Venetian Red #BA0326
RGB
CMYK
RGB Variations
Color information
#BA0326 (or 0xBA0326) is known color: Venetian Red. HEX triplet: BA, 03 and 26. RGB value is (186,3,38). Sum of RGB (Red+Green+Blue) = 186+3+38=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0326 is #45FCD9. Grayscale: #3D3D3D. Windows color (decimal): -4586714 or 2491322. OLE color: 2491322.
HSL color Cylindrical-coordinate representation of color #BA0326: hue angle of 348.52º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0326 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.27 |
| HSL | 348.52º | 0.97% | 0.37% | - |
| HSV(B) | 348.52º | 0.98% | 0.73% | - |
| XYZ | 20.63 | 10.64 | 2.8 | - |
| YUV | 61.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 38 | 0 | 0.98 | 0.80 | 0.27 | 348.52 | 0.97 | 0.37 |
| Hex | BA | 3 | 26 | 0 | 62 | 50 | 1B | 15D | 61 | 25 |
| Octal | 272 | 3 | 46 | 0 | 142 | 120 | 33 | 535 | 141 | 45 |
| Binary | 10111010 | 11 | 100110 | 0 | 1100010 | 1010000 | 11011 | 101011101 | 1100001 | 100101 |
Color Harmonies of #BA0326
Complementary color
Monochromatic Colors of #BA0326
Black with #BA0326
Text Example
Text Example
White with #BA0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0326; }
p { color: rgb(186,3,38); }
H1.HeaderClassName
{
color: #BA0326;
}
.AnyTagClassName
{
color: #BA0326;
}
</style>
background-color css
<style>
a { background-color: #BA0326; }
a { background-color: rgb(186,3,38); }
div.DivClassName
{
background-color: #BA0326;
}
.BgClassName
{
background-color: #BA0326;
}
</style>
border-color css
<style>
span { border-color: #BA0326; }
span { border-color: rgb(186,3,38); }
td.TdClassName
{
border-color: #BA0326;
}
.TagClassName
{
border-color: #BA0326;
}
</style>