Shades of Venetian Red #BA051F
Tints of Venetian Red #BA051F
RGB
CMYK
RGB Variations
Color information
#BA051F (or 0xBA051F) is known color: Venetian Red. HEX triplet: BA, 05 and 1F. RGB value is (186,5,31). Sum of RGB (Red+Green+Blue) = 186+5+31=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA051F is #45FAE0. Grayscale: #3E3E3E. Windows color (decimal): -4586209 or 2033082. OLE color: 2033082.
HSL color Cylindrical-coordinate representation of color #BA051F: hue angle of 351.38º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA051F is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.27 |
| HSL | 351.38º | 0.95% | 0.37% | - |
| HSV(B) | 351.38º | 0.97% | 0.73% | - |
| XYZ | 20.55 | 10.65 | 2.27 | - |
| YUV | 62.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 31 | 0 | 0.97 | 0.83 | 0.27 | 351.38 | 0.95 | 0.37 |
| Hex | BA | 5 | 1F | 0 | 61 | 53 | 1B | 15F | 5F | 25 |
| Octal | 272 | 5 | 37 | 0 | 141 | 123 | 33 | 537 | 137 | 45 |
| Binary | 10111010 | 101 | 11111 | 0 | 1100001 | 1010011 | 11011 | 101011111 | 1011111 | 100101 |
Color Harmonies of #BA051F
Complementary color
Monochromatic Colors of #BA051F
Black with #BA051F
Text Example
Text Example
White with #BA051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA051F; }
p { color: rgb(186,5,31); }
H1.HeaderClassName
{
color: #BA051F;
}
.AnyTagClassName
{
color: #BA051F;
}
</style>
background-color css
<style>
a { background-color: #BA051F; }
a { background-color: rgb(186,5,31); }
div.DivClassName
{
background-color: #BA051F;
}
.BgClassName
{
background-color: #BA051F;
}
</style>
border-color css
<style>
span { border-color: #BA051F; }
span { border-color: rgb(186,5,31); }
td.TdClassName
{
border-color: #BA051F;
}
.TagClassName
{
border-color: #BA051F;
}
</style>