Shades of Venetian Red #BA010A
Tints of Venetian Red #BA010A
RGB
CMYK
RGB Variations
Color information
#BA010A (or 0xBA010A) is known color: Venetian Red. HEX triplet: BA, 01 and 0A. RGB value is (186,1,10). Sum of RGB (Red+Green+Blue) = 186+1+10=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010A is #45FEF5. Grayscale: #393939. Windows color (decimal): -4587254 or 655802. OLE color: 655802.
HSL color Cylindrical-coordinate representation of color #BA010A: hue angle of 357.08º 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 #BA010A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.27 |
| HSL | 357.08º | 0.99% | 0.37% | - |
| HSV(B) | 357.08º | 0.99% | 0.73% | - |
| XYZ | 20.32 | 10.48 | 1.24 | - |
| YUV | 57.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 10 | 0 | 0.99 | 0.95 | 0.27 | 357.08 | 0.99 | 0.37 |
| Hex | BA | 1 | A | 0 | 63 | 5F | 1B | 165 | 63 | 25 |
| Octal | 272 | 1 | 12 | 0 | 143 | 137 | 33 | 545 | 143 | 45 |
| Binary | 10111010 | 1 | 1010 | 0 | 1100011 | 1011111 | 11011 | 101100101 | 1100011 | 100101 |
Color Harmonies of #BA010A
Complementary color
Monochromatic Colors of #BA010A
Black with #BA010A
Text Example
Text Example
White with #BA010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA010A; }
p { color: rgb(186,1,10); }
H1.HeaderClassName
{
color: #BA010A;
}
.AnyTagClassName
{
color: #BA010A;
}
</style>
background-color css
<style>
a { background-color: #BA010A; }
a { background-color: rgb(186,1,10); }
div.DivClassName
{
background-color: #BA010A;
}
.BgClassName
{
background-color: #BA010A;
}
</style>
border-color css
<style>
span { border-color: #BA010A; }
span { border-color: rgb(186,1,10); }
td.TdClassName
{
border-color: #BA010A;
}
.TagClassName
{
border-color: #BA010A;
}
</style>