Shades of Venetian Red #BA131B
Tints of Venetian Red #BA131B
RGB
CMYK
RGB Variations
Color information
#BA131B (or 0xBA131B) is known color: Venetian Red. HEX triplet: BA, 13 and 1B. RGB value is (186,19,27). Sum of RGB (Red+Green+Blue) = 186+19+27=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA131B is #45ECE4. Grayscale: #454545. Windows color (decimal): -4582629 or 1774522. OLE color: 1774522.
HSL color Cylindrical-coordinate representation of color #BA131B: hue angle of 357.13º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA131B is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 27 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.27 |
| HSL | 357.13º | 0.81% | 0.4% | - |
| HSV(B) | 357.13º | 0.9% | 0.73% | - |
| XYZ | 20.68 | 10.98 | 2.07 | - |
| YUV | 69.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 27 | 0 | 0.90 | 0.85 | 0.27 | 357.13 | 0.81 | 0.4 |
| Hex | BA | 13 | 1B | 0 | 5A | 55 | 1B | 165 | 51 | 28 |
| Octal | 272 | 23 | 33 | 0 | 132 | 125 | 33 | 545 | 121 | 50 |
| Binary | 10111010 | 10011 | 11011 | 0 | 1011010 | 1010101 | 11011 | 101100101 | 1010001 | 101000 |
Color Harmonies of #BA131B
Complementary color
Monochromatic Colors of #BA131B
Black with #BA131B
Text Example
Text Example
White with #BA131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA131B; }
p { color: rgb(186,19,27); }
H1.HeaderClassName
{
color: #BA131B;
}
.AnyTagClassName
{
color: #BA131B;
}
</style>
background-color css
<style>
a { background-color: #BA131B; }
a { background-color: rgb(186,19,27); }
div.DivClassName
{
background-color: #BA131B;
}
.BgClassName
{
background-color: #BA131B;
}
</style>
border-color css
<style>
span { border-color: #BA131B; }
span { border-color: rgb(186,19,27); }
td.TdClassName
{
border-color: #BA131B;
}
.TagClassName
{
border-color: #BA131B;
}
</style>