Shades of Venetian Red #BA032A
Tints of Venetian Red #BA032A
RGB
CMYK
RGB Variations
Color information
#BA032A (or 0xBA032A) is known color: Venetian Red. HEX triplet: BA, 03 and 2A. RGB value is (186,3,42). Sum of RGB (Red+Green+Blue) = 186+3+42=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA032A is #45FCD5. Grayscale: #3E3E3E. Windows color (decimal): -4586710 or 2753466. OLE color: 2753466.
HSL color Cylindrical-coordinate representation of color #BA032A: hue angle of 347.21º 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 #BA032A is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.27 |
| HSL | 347.21º | 0.97% | 0.37% | - |
| HSV(B) | 347.21º | 0.98% | 0.73% | - |
| XYZ | 20.7 | 10.67 | 3.16 | - |
| YUV | 62.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 42 | 0 | 0.98 | 0.77 | 0.27 | 347.21 | 0.97 | 0.37 |
| Hex | BA | 3 | 2A | 0 | 62 | 4D | 1B | 15B | 61 | 25 |
| Octal | 272 | 3 | 52 | 0 | 142 | 115 | 33 | 533 | 141 | 45 |
| Binary | 10111010 | 11 | 101010 | 0 | 1100010 | 1001101 | 11011 | 101011011 | 1100001 | 100101 |
Color Harmonies of #BA032A
Complementary color
Monochromatic Colors of #BA032A
Black with #BA032A
Text Example
Text Example
White with #BA032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA032A; }
p { color: rgb(186,3,42); }
H1.HeaderClassName
{
color: #BA032A;
}
.AnyTagClassName
{
color: #BA032A;
}
</style>
background-color css
<style>
a { background-color: #BA032A; }
a { background-color: rgb(186,3,42); }
div.DivClassName
{
background-color: #BA032A;
}
.BgClassName
{
background-color: #BA032A;
}
</style>
border-color css
<style>
span { border-color: #BA032A; }
span { border-color: rgb(186,3,42); }
td.TdClassName
{
border-color: #BA032A;
}
.TagClassName
{
border-color: #BA032A;
}
</style>