Shades of Venetian Red #BA0315
Tints of Venetian Red #BA0315
RGB
CMYK
RGB Variations
Color information
#BA0315 (or 0xBA0315) is known color: Venetian Red. HEX triplet: BA, 03 and 15. RGB value is (186,3,21). Sum of RGB (Red+Green+Blue) = 186+3+21=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0315 is #45FCEA. Grayscale: #3B3B3B. Windows color (decimal): -4586731 or 1377210. OLE color: 1377210.
HSL color Cylindrical-coordinate representation of color #BA0315: hue angle of 354.1º 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 #BA0315 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.27 |
| HSL | 354.1º | 0.97% | 0.37% | - |
| HSV(B) | 354.1º | 0.98% | 0.73% | - |
| XYZ | 20.42 | 10.56 | 1.67 | - |
| YUV | 59.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 21 | 0 | 0.98 | 0.89 | 0.27 | 354.1 | 0.97 | 0.37 |
| Hex | BA | 3 | 15 | 0 | 62 | 59 | 1B | 162 | 61 | 25 |
| Octal | 272 | 3 | 25 | 0 | 142 | 131 | 33 | 542 | 141 | 45 |
| Binary | 10111010 | 11 | 10101 | 0 | 1100010 | 1011001 | 11011 | 101100010 | 1100001 | 100101 |
Color Harmonies of #BA0315
Complementary color
Monochromatic Colors of #BA0315
Black with #BA0315
Text Example
Text Example
White with #BA0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0315; }
p { color: rgb(186,3,21); }
H1.HeaderClassName
{
color: #BA0315;
}
.AnyTagClassName
{
color: #BA0315;
}
</style>
background-color css
<style>
a { background-color: #BA0315; }
a { background-color: rgb(186,3,21); }
div.DivClassName
{
background-color: #BA0315;
}
.BgClassName
{
background-color: #BA0315;
}
</style>
border-color css
<style>
span { border-color: #BA0315; }
span { border-color: rgb(186,3,21); }
td.TdClassName
{
border-color: #BA0315;
}
.TagClassName
{
border-color: #BA0315;
}
</style>