Shades of Venetian Red #BA010E
Tints of Venetian Red #BA010E
RGB
CMYK
RGB Variations
Color information
#BA010E (or 0xBA010E) is known color: Venetian Red. HEX triplet: BA, 01 and 0E. RGB value is (186,1,14). Sum of RGB (Red+Green+Blue) = 186+1+14=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010E is #45FEF1. Grayscale: #393939. Windows color (decimal): -4587250 or 917946. OLE color: 917946.
HSL color Cylindrical-coordinate representation of color #BA010E: hue angle of 355.78º 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 #BA010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.27 |
| HSL | 355.78º | 0.99% | 0.37% | - |
| HSV(B) | 355.78º | 0.99% | 0.73% | - |
| XYZ | 20.34 | 10.49 | 1.37 | - |
| YUV | 57.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 14 | 0 | 0.99 | 0.92 | 0.27 | 355.78 | 0.99 | 0.37 |
| Hex | BA | 1 | E | 0 | 63 | 5C | 1B | 164 | 63 | 25 |
| Octal | 272 | 1 | 16 | 0 | 143 | 134 | 33 | 544 | 143 | 45 |
| Binary | 10111010 | 1 | 1110 | 0 | 1100011 | 1011100 | 11011 | 101100100 | 1100011 | 100101 |
Color Harmonies of #BA010E
Complementary color
Monochromatic Colors of #BA010E
Black with #BA010E
Text Example
Text Example
White with #BA010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA010E; }
p { color: rgb(186,1,14); }
H1.HeaderClassName
{
color: #BA010E;
}
.AnyTagClassName
{
color: #BA010E;
}
</style>
background-color css
<style>
a { background-color: #BA010E; }
a { background-color: rgb(186,1,14); }
div.DivClassName
{
background-color: #BA010E;
}
.BgClassName
{
background-color: #BA010E;
}
</style>
border-color css
<style>
span { border-color: #BA010E; }
span { border-color: rgb(186,1,14); }
td.TdClassName
{
border-color: #BA010E;
}
.TagClassName
{
border-color: #BA010E;
}
</style>