Shades of Venetian Red #BA131C
Tints of Venetian Red #BA131C
RGB
CMYK
RGB Variations
Color information
#BA131C (or 0xBA131C) is known color: Venetian Red. HEX triplet: BA, 13 and 1C. RGB value is (186,19,28). Sum of RGB (Red+Green+Blue) = 186+19+28=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA131C is #45ECE3. Grayscale: #464646. Windows color (decimal): -4582628 or 1840058. OLE color: 1840058.
HSL color Cylindrical-coordinate representation of color #BA131C: hue angle of 356.77º 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 #BA131C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 28 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.27 |
| HSL | 356.77º | 0.81% | 0.4% | - |
| HSV(B) | 356.77º | 0.9% | 0.73% | - |
| XYZ | 20.69 | 10.99 | 2.13 | - |
| YUV | 69.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 28 | 0 | 0.90 | 0.85 | 0.27 | 356.77 | 0.81 | 0.4 |
| Hex | BA | 13 | 1C | 0 | 5A | 55 | 1B | 165 | 51 | 28 |
| Octal | 272 | 23 | 34 | 0 | 132 | 125 | 33 | 545 | 121 | 50 |
| Binary | 10111010 | 10011 | 11100 | 0 | 1011010 | 1010101 | 11011 | 101100101 | 1010001 | 101000 |
Color Harmonies of #BA131C
Complementary color
Monochromatic Colors of #BA131C
Black with #BA131C
Text Example
Text Example
White with #BA131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA131C; }
p { color: rgb(186,19,28); }
H1.HeaderClassName
{
color: #BA131C;
}
.AnyTagClassName
{
color: #BA131C;
}
</style>
background-color css
<style>
a { background-color: #BA131C; }
a { background-color: rgb(186,19,28); }
div.DivClassName
{
background-color: #BA131C;
}
.BgClassName
{
background-color: #BA131C;
}
</style>
border-color css
<style>
span { border-color: #BA131C; }
span { border-color: rgb(186,19,28); }
td.TdClassName
{
border-color: #BA131C;
}
.TagClassName
{
border-color: #BA131C;
}
</style>