Shades of Venetian Red #BA0126
Tints of Venetian Red #BA0126
RGB
CMYK
RGB Variations
Color information
#BA0126 (or 0xBA0126) is known color: Venetian Red. HEX triplet: BA, 01 and 26. RGB value is (186,1,38). Sum of RGB (Red+Green+Blue) = 186+1+38=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0126 is #45FED9. Grayscale: #3C3C3C. Windows color (decimal): -4587226 or 2490810. OLE color: 2490810.
HSL color Cylindrical-coordinate representation of color #BA0126: hue angle of 348º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0126 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 38 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.27 |
| HSL | 348º | 0.99% | 0.37% | - |
| HSV(B) | 348º | 0.99% | 0.73% | - |
| XYZ | 20.61 | 10.6 | 2.79 | - |
| YUV | 60.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 38 | 0 | 0.99 | 0.80 | 0.27 | 348 | 0.99 | 0.37 |
| Hex | BA | 1 | 26 | 0 | 63 | 50 | 1B | 15C | 63 | 25 |
| Octal | 272 | 1 | 46 | 0 | 143 | 120 | 33 | 534 | 143 | 45 |
| Binary | 10111010 | 1 | 100110 | 0 | 1100011 | 1010000 | 11011 | 101011100 | 1100011 | 100101 |
Color Harmonies of #BA0126
Complementary color
Monochromatic Colors of #BA0126
Black with #BA0126
Text Example
Text Example
White with #BA0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0126; }
p { color: rgb(186,1,38); }
H1.HeaderClassName
{
color: #BA0126;
}
.AnyTagClassName
{
color: #BA0126;
}
</style>
background-color css
<style>
a { background-color: #BA0126; }
a { background-color: rgb(186,1,38); }
div.DivClassName
{
background-color: #BA0126;
}
.BgClassName
{
background-color: #BA0126;
}
</style>
border-color css
<style>
span { border-color: #BA0126; }
span { border-color: rgb(186,1,38); }
td.TdClassName
{
border-color: #BA0126;
}
.TagClassName
{
border-color: #BA0126;
}
</style>