Shades of Venetian Red #BA071C
Tints of Venetian Red #BA071C
RGB
CMYK
RGB Variations
Color information
#BA071C (or 0xBA071C) is known color: Venetian Red. HEX triplet: BA, 07 and 1C. RGB value is (186,7,28). Sum of RGB (Red+Green+Blue) = 186+7+28=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA071C is #45F8E3. Grayscale: #3F3F3F. Windows color (decimal): -4585700 or 1836986. OLE color: 1836986.
HSL color Cylindrical-coordinate representation of color #BA071C: hue angle of 352.96º 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 #BA071C is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 28 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.27 |
| HSL | 352.96º | 0.93% | 0.38% | - |
| HSV(B) | 352.96º | 0.96% | 0.73% | - |
| XYZ | 20.54 | 10.67 | 2.08 | - |
| YUV | 62.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 28 | 0 | 0.96 | 0.85 | 0.27 | 352.96 | 0.93 | 0.38 |
| Hex | BA | 7 | 1C | 0 | 60 | 55 | 1B | 161 | 5D | 26 |
| Octal | 272 | 7 | 34 | 0 | 140 | 125 | 33 | 541 | 135 | 46 |
| Binary | 10111010 | 111 | 11100 | 0 | 1100000 | 1010101 | 11011 | 101100001 | 1011101 | 100110 |
Color Harmonies of #BA071C
Complementary color
Monochromatic Colors of #BA071C
Black with #BA071C
Text Example
Text Example
White with #BA071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA071C; }
p { color: rgb(186,7,28); }
H1.HeaderClassName
{
color: #BA071C;
}
.AnyTagClassName
{
color: #BA071C;
}
</style>
background-color css
<style>
a { background-color: #BA071C; }
a { background-color: rgb(186,7,28); }
div.DivClassName
{
background-color: #BA071C;
}
.BgClassName
{
background-color: #BA071C;
}
</style>
border-color css
<style>
span { border-color: #BA071C; }
span { border-color: rgb(186,7,28); }
td.TdClassName
{
border-color: #BA071C;
}
.TagClassName
{
border-color: #BA071C;
}
</style>