Shades of Venetian Red #BA032B
Tints of Venetian Red #BA032B
RGB
CMYK
RGB Variations
Color information
#BA032B (or 0xBA032B) is known color: Venetian Red. HEX triplet: BA, 03 and 2B. RGB value is (186,3,43). Sum of RGB (Red+Green+Blue) = 186+3+43=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA032B is #45FCD4. Grayscale: #3E3E3E. Windows color (decimal): -4586709 or 2819002. OLE color: 2819002.
HSL color Cylindrical-coordinate representation of color #BA032B: hue angle of 346.89º degrees, saturation: 0.97, 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 #BA032B is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 43 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.27 |
| HSL | 346.89º | 0.97% | 0.37% | - |
| HSV(B) | 346.89º | 0.98% | 0.73% | - |
| XYZ | 20.72 | 10.68 | 3.25 | - |
| YUV | 62.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 43 | 0 | 0.98 | 0.77 | 0.27 | 346.89 | 0.97 | 0.37 |
| Hex | BA | 3 | 2B | 0 | 62 | 4D | 1B | 15B | 61 | 25 |
| Octal | 272 | 3 | 53 | 0 | 142 | 115 | 33 | 533 | 141 | 45 |
| Binary | 10111010 | 11 | 101011 | 0 | 1100010 | 1001101 | 11011 | 101011011 | 1100001 | 100101 |
Color Harmonies of #BA032B
Complementary color
Monochromatic Colors of #BA032B
Black with #BA032B
Text Example
Text Example
White with #BA032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA032B; }
p { color: rgb(186,3,43); }
H1.HeaderClassName
{
color: #BA032B;
}
.AnyTagClassName
{
color: #BA032B;
}
</style>
background-color css
<style>
a { background-color: #BA032B; }
a { background-color: rgb(186,3,43); }
div.DivClassName
{
background-color: #BA032B;
}
.BgClassName
{
background-color: #BA032B;
}
</style>
border-color css
<style>
span { border-color: #BA032B; }
span { border-color: rgb(186,3,43); }
td.TdClassName
{
border-color: #BA032B;
}
.TagClassName
{
border-color: #BA032B;
}
</style>