Shades of Venetian Red #BA072A
Tints of Venetian Red #BA072A
RGB
CMYK
RGB Variations
Color information
#BA072A (or 0xBA072A) is known color: Venetian Red. HEX triplet: BA, 07 and 2A. RGB value is (186,7,42). Sum of RGB (Red+Green+Blue) = 186+7+42=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA072A is #45F8D5. Grayscale: #404040. Windows color (decimal): -4585686 or 2754490. OLE color: 2754490.
HSL color Cylindrical-coordinate representation of color #BA072A: hue angle of 348.27º 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 #BA072A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 42 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.27 |
| HSL | 348.27º | 0.93% | 0.38% | - |
| HSV(B) | 348.27º | 0.96% | 0.73% | - |
| XYZ | 20.74 | 10.76 | 3.17 | - |
| YUV | 64.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 42 | 0 | 0.96 | 0.77 | 0.27 | 348.27 | 0.93 | 0.38 |
| Hex | BA | 7 | 2A | 0 | 60 | 4D | 1B | 15C | 5D | 26 |
| Octal | 272 | 7 | 52 | 0 | 140 | 115 | 33 | 534 | 135 | 46 |
| Binary | 10111010 | 111 | 101010 | 0 | 1100000 | 1001101 | 11011 | 101011100 | 1011101 | 100110 |
Color Harmonies of #BA072A
Complementary color
Monochromatic Colors of #BA072A
Black with #BA072A
Text Example
Text Example
White with #BA072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA072A; }
p { color: rgb(186,7,42); }
H1.HeaderClassName
{
color: #BA072A;
}
.AnyTagClassName
{
color: #BA072A;
}
</style>
background-color css
<style>
a { background-color: #BA072A; }
a { background-color: rgb(186,7,42); }
div.DivClassName
{
background-color: #BA072A;
}
.BgClassName
{
background-color: #BA072A;
}
</style>
border-color css
<style>
span { border-color: #BA072A; }
span { border-color: rgb(186,7,42); }
td.TdClassName
{
border-color: #BA072A;
}
.TagClassName
{
border-color: #BA072A;
}
</style>