Shades of Venetian Red #BA042B
Tints of Venetian Red #BA042B
RGB
CMYK
RGB Variations
Color information
#BA042B (or 0xBA042B) is known color: Venetian Red. HEX triplet: BA, 04 and 2B. RGB value is (186,4,43). Sum of RGB (Red+Green+Blue) = 186+4+43=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA042B is #45FBD4. Grayscale: #3E3E3E. Windows color (decimal): -4586453 or 2819258. OLE color: 2819258.
HSL color Cylindrical-coordinate representation of color #BA042B: hue angle of 347.14º 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 #BA042B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.27 |
| HSL | 347.14º | 0.96% | 0.37% | - |
| HSV(B) | 347.14º | 0.98% | 0.73% | - |
| XYZ | 20.73 | 10.7 | 3.26 | - |
| YUV | 62.86 | 116.8 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 43 | 0 | 0.98 | 0.77 | 0.27 | 347.14 | 0.96 | 0.37 |
| Hex | BA | 4 | 2B | 0 | 62 | 4D | 1B | 15B | 60 | 25 |
| Octal | 272 | 4 | 53 | 0 | 142 | 115 | 33 | 533 | 140 | 45 |
| Binary | 10111010 | 100 | 101011 | 0 | 1100010 | 1001101 | 11011 | 101011011 | 1100000 | 100101 |
Color Harmonies of #BA042B
Complementary color
Monochromatic Colors of #BA042B
Black with #BA042B
Text Example
Text Example
White with #BA042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA042B; }
p { color: rgb(186,4,43); }
H1.HeaderClassName
{
color: #BA042B;
}
.AnyTagClassName
{
color: #BA042B;
}
</style>
background-color css
<style>
a { background-color: #BA042B; }
a { background-color: rgb(186,4,43); }
div.DivClassName
{
background-color: #BA042B;
}
.BgClassName
{
background-color: #BA042B;
}
</style>
border-color css
<style>
span { border-color: #BA042B; }
span { border-color: rgb(186,4,43); }
td.TdClassName
{
border-color: #BA042B;
}
.TagClassName
{
border-color: #BA042B;
}
</style>