Shades of Venetian Red #BA0725
Tints of Venetian Red #BA0725
RGB
CMYK
RGB Variations
Color information
#BA0725 (or 0xBA0725) is known color: Venetian Red. HEX triplet: BA, 07 and 25. RGB value is (186,7,37). Sum of RGB (Red+Green+Blue) = 186+7+37=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0725 is #45F8DA. Grayscale: #404040. Windows color (decimal): -4585691 or 2426810. OLE color: 2426810.
HSL color Cylindrical-coordinate representation of color #BA0725: hue angle of 349.94º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0725 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 37 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.27 |
| HSL | 349.94º | 0.93% | 0.38% | - |
| HSV(B) | 349.94º | 0.96% | 0.73% | - |
| XYZ | 20.66 | 10.72 | 2.73 | - |
| YUV | 63.94 | 112.8 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 37 | 0 | 0.96 | 0.80 | 0.27 | 349.94 | 0.93 | 0.38 |
| Hex | BA | 7 | 25 | 0 | 60 | 50 | 1B | 15E | 5D | 26 |
| Octal | 272 | 7 | 45 | 0 | 140 | 120 | 33 | 536 | 135 | 46 |
| Binary | 10111010 | 111 | 100101 | 0 | 1100000 | 1010000 | 11011 | 101011110 | 1011101 | 100110 |
Color Harmonies of #BA0725
Complementary color
Monochromatic Colors of #BA0725
Black with #BA0725
Text Example
Text Example
White with #BA0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0725; }
p { color: rgb(186,7,37); }
H1.HeaderClassName
{
color: #BA0725;
}
.AnyTagClassName
{
color: #BA0725;
}
</style>
background-color css
<style>
a { background-color: #BA0725; }
a { background-color: rgb(186,7,37); }
div.DivClassName
{
background-color: #BA0725;
}
.BgClassName
{
background-color: #BA0725;
}
</style>
border-color css
<style>
span { border-color: #BA0725; }
span { border-color: rgb(186,7,37); }
td.TdClassName
{
border-color: #BA0725;
}
.TagClassName
{
border-color: #BA0725;
}
</style>