Shades of Venetian Red #BA012A
Tints of Venetian Red #BA012A
RGB
CMYK
RGB Variations
Color information
#BA012A (or 0xBA012A) is known color: Venetian Red. HEX triplet: BA, 01 and 2A. RGB value is (186,1,42). Sum of RGB (Red+Green+Blue) = 186+1+42=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA012A is #45FED5. Grayscale: #3D3D3D. Windows color (decimal): -4587222 or 2752954. OLE color: 2752954.
HSL color Cylindrical-coordinate representation of color #BA012A: hue angle of 346.7º 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 #BA012A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.27 |
| HSL | 346.7º | 0.99% | 0.37% | - |
| HSV(B) | 346.7º | 0.99% | 0.73% | - |
| XYZ | 20.68 | 10.63 | 3.15 | - |
| YUV | 60.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 42 | 0 | 0.99 | 0.77 | 0.27 | 346.7 | 0.99 | 0.37 |
| Hex | BA | 1 | 2A | 0 | 63 | 4D | 1B | 15B | 63 | 25 |
| Octal | 272 | 1 | 52 | 0 | 143 | 115 | 33 | 533 | 143 | 45 |
| Binary | 10111010 | 1 | 101010 | 0 | 1100011 | 1001101 | 11011 | 101011011 | 1100011 | 100101 |
Color Harmonies of #BA012A
Complementary color
Monochromatic Colors of #BA012A
Black with #BA012A
Text Example
Text Example
White with #BA012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA012A; }
p { color: rgb(186,1,42); }
H1.HeaderClassName
{
color: #BA012A;
}
.AnyTagClassName
{
color: #BA012A;
}
</style>
background-color css
<style>
a { background-color: #BA012A; }
a { background-color: rgb(186,1,42); }
div.DivClassName
{
background-color: #BA012A;
}
.BgClassName
{
background-color: #BA012A;
}
</style>
border-color css
<style>
span { border-color: #BA012A; }
span { border-color: rgb(186,1,42); }
td.TdClassName
{
border-color: #BA012A;
}
.TagClassName
{
border-color: #BA012A;
}
</style>