Shades of Venetian Red #BA0425
Tints of Venetian Red #BA0425
RGB
CMYK
RGB Variations
Color information
#BA0425 (or 0xBA0425) is known color: Venetian Red. HEX triplet: BA, 04 and 25. RGB value is (186,4,37). Sum of RGB (Red+Green+Blue) = 186+4+37=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0425 is #45FBDA. Grayscale: #3E3E3E. Windows color (decimal): -4586459 or 2426042. OLE color: 2426042.
HSL color Cylindrical-coordinate representation of color #BA0425: hue angle of 349.12º degrees, saturation: 0.96, 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 #BA0425 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.27 |
| HSL | 349.12º | 0.96% | 0.37% | - |
| HSV(B) | 349.12º | 0.98% | 0.73% | - |
| XYZ | 20.63 | 10.66 | 2.72 | - |
| YUV | 62.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 37 | 0 | 0.98 | 0.80 | 0.27 | 349.12 | 0.96 | 0.37 |
| Hex | BA | 4 | 25 | 0 | 62 | 50 | 1B | 15D | 60 | 25 |
| Octal | 272 | 4 | 45 | 0 | 142 | 120 | 33 | 535 | 140 | 45 |
| Binary | 10111010 | 100 | 100101 | 0 | 1100010 | 1010000 | 11011 | 101011101 | 1100000 | 100101 |
Color Harmonies of #BA0425
Complementary color
Monochromatic Colors of #BA0425
Black with #BA0425
Text Example
Text Example
White with #BA0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0425; }
p { color: rgb(186,4,37); }
H1.HeaderClassName
{
color: #BA0425;
}
.AnyTagClassName
{
color: #BA0425;
}
</style>
background-color css
<style>
a { background-color: #BA0425; }
a { background-color: rgb(186,4,37); }
div.DivClassName
{
background-color: #BA0425;
}
.BgClassName
{
background-color: #BA0425;
}
</style>
border-color css
<style>
span { border-color: #BA0425; }
span { border-color: rgb(186,4,37); }
td.TdClassName
{
border-color: #BA0425;
}
.TagClassName
{
border-color: #BA0425;
}
</style>