Shades of Venetian Red #BA0312
Tints of Venetian Red #BA0312
RGB
CMYK
RGB Variations
Color information
#BA0312 (or 0xBA0312) is known color: Venetian Red. HEX triplet: BA, 03 and 12. RGB value is (186,3,18). Sum of RGB (Red+Green+Blue) = 186+3+18=207 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.86% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0312 is #45FCED. Grayscale: #3B3B3B. Windows color (decimal): -4586734 or 1180602. OLE color: 1180602.
HSL color Cylindrical-coordinate representation of color #BA0312: hue angle of 355.08º 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 #BA0312 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 18 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.27 |
| HSL | 355.08º | 0.97% | 0.37% | - |
| HSV(B) | 355.08º | 0.98% | 0.73% | - |
| XYZ | 20.39 | 10.55 | 1.53 | - |
| YUV | 59.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 18 | 0 | 0.98 | 0.90 | 0.27 | 355.08 | 0.97 | 0.37 |
| Hex | BA | 3 | 12 | 0 | 62 | 5A | 1B | 163 | 61 | 25 |
| Octal | 272 | 3 | 22 | 0 | 142 | 132 | 33 | 543 | 141 | 45 |
| Binary | 10111010 | 11 | 10010 | 0 | 1100010 | 1011010 | 11011 | 101100011 | 1100001 | 100101 |
Color Harmonies of #BA0312
Complementary color
Monochromatic Colors of #BA0312
Black with #BA0312
Text Example
Text Example
White with #BA0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0312; }
p { color: rgb(186,3,18); }
H1.HeaderClassName
{
color: #BA0312;
}
.AnyTagClassName
{
color: #BA0312;
}
</style>
background-color css
<style>
a { background-color: #BA0312; }
a { background-color: rgb(186,3,18); }
div.DivClassName
{
background-color: #BA0312;
}
.BgClassName
{
background-color: #BA0312;
}
</style>
border-color css
<style>
span { border-color: #BA0312; }
span { border-color: rgb(186,3,18); }
td.TdClassName
{
border-color: #BA0312;
}
.TagClassName
{
border-color: #BA0312;
}
</style>