Shades of Venetian Red #BA012E
Tints of Venetian Red #BA012E
RGB
CMYK
RGB Variations
Color information
#BA012E (or 0xBA012E) is known color: Venetian Red. HEX triplet: BA, 01 and 2E. RGB value is (186,1,46). Sum of RGB (Red+Green+Blue) = 186+1+46=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA012E is #45FED1. Grayscale: #3D3D3D. Windows color (decimal): -4587218 or 3015098. OLE color: 3015098.
HSL color Cylindrical-coordinate representation of color #BA012E: hue angle of 345.41º 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 #BA012E is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.27 |
| HSL | 345.41º | 0.99% | 0.37% | - |
| HSV(B) | 345.41º | 0.99% | 0.73% | - |
| XYZ | 20.75 | 10.66 | 3.55 | - |
| YUV | 61.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 46 | 0 | 0.99 | 0.75 | 0.27 | 345.41 | 0.99 | 0.37 |
| Hex | BA | 1 | 2E | 0 | 63 | 4B | 1B | 159 | 63 | 25 |
| Octal | 272 | 1 | 56 | 0 | 143 | 113 | 33 | 531 | 143 | 45 |
| Binary | 10111010 | 1 | 101110 | 0 | 1100011 | 1001011 | 11011 | 101011001 | 1100011 | 100101 |
Color Harmonies of #BA012E
Complementary color
Monochromatic Colors of #BA012E
Black with #BA012E
Text Example
Text Example
White with #BA012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA012E; }
p { color: rgb(186,1,46); }
H1.HeaderClassName
{
color: #BA012E;
}
.AnyTagClassName
{
color: #BA012E;
}
</style>
background-color css
<style>
a { background-color: #BA012E; }
a { background-color: rgb(186,1,46); }
div.DivClassName
{
background-color: #BA012E;
}
.BgClassName
{
background-color: #BA012E;
}
</style>
border-color css
<style>
span { border-color: #BA012E; }
span { border-color: rgb(186,1,46); }
td.TdClassName
{
border-color: #BA012E;
}
.TagClassName
{
border-color: #BA012E;
}
</style>