Shades of Venetian Red #BA0205
Tints of Venetian Red #BA0205
RGB
CMYK
RGB Variations
Color information
#BA0205 (or 0xBA0205) is known color: Venetian Red. HEX triplet: BA, 02 and 05. RGB value is (186,2,5). Sum of RGB (Red+Green+Blue) = 186+2+5=193 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.37% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0205 is #45FDFA. Grayscale: #393939. Windows color (decimal): -4587003 or 328378. OLE color: 328378.
HSL color Cylindrical-coordinate representation of color #BA0205: hue angle of 359.02º 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 #BA0205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.27 |
| HSL | 359.02º | 0.98% | 0.37% | - |
| HSV(B) | 359.02º | 0.99% | 0.73% | - |
| XYZ | 20.3 | 10.49 | 1.1 | - |
| YUV | 57.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 5 | 0 | 0.99 | 0.97 | 0.27 | 359.02 | 0.98 | 0.37 |
| Hex | BA | 2 | 5 | 0 | 63 | 61 | 1B | 167 | 62 | 25 |
| Octal | 272 | 2 | 5 | 0 | 143 | 141 | 33 | 547 | 142 | 45 |
| Binary | 10111010 | 10 | 101 | 0 | 1100011 | 1100001 | 11011 | 101100111 | 1100010 | 100101 |
Color Harmonies of #BA0205
Complementary color
Monochromatic Colors of #BA0205
Black with #BA0205
Text Example
Text Example
White with #BA0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0205; }
p { color: rgb(186,2,5); }
H1.HeaderClassName
{
color: #BA0205;
}
.AnyTagClassName
{
color: #BA0205;
}
</style>
background-color css
<style>
a { background-color: #BA0205; }
a { background-color: rgb(186,2,5); }
div.DivClassName
{
background-color: #BA0205;
}
.BgClassName
{
background-color: #BA0205;
}
</style>
border-color css
<style>
span { border-color: #BA0205; }
span { border-color: rgb(186,2,5); }
td.TdClassName
{
border-color: #BA0205;
}
.TagClassName
{
border-color: #BA0205;
}
</style>