Shades of Venetian Red #BA101A
Tints of Venetian Red #BA101A
RGB
CMYK
RGB Variations
Color information
#BA101A (or 0xBA101A) is known color: Venetian Red. HEX triplet: BA, 10 and 1A. RGB value is (186,16,26). Sum of RGB (Red+Green+Blue) = 186+16+26=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA101A is #45EFE5. Grayscale: #444444. Windows color (decimal): -4583398 or 1708218. OLE color: 1708218.
HSL color Cylindrical-coordinate representation of color #BA101A: hue angle of 356.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA101A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 26 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.27 |
| HSL | 356.47º | 0.84% | 0.4% | - |
| HSV(B) | 356.47º | 0.91% | 0.73% | - |
| XYZ | 20.62 | 10.88 | 1.99 | - |
| YUV | 67.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 26 | 0 | 0.91 | 0.86 | 0.27 | 356.47 | 0.84 | 0.4 |
| Hex | BA | 10 | 1A | 0 | 5B | 56 | 1B | 164 | 54 | 28 |
| Octal | 272 | 20 | 32 | 0 | 133 | 126 | 33 | 544 | 124 | 50 |
| Binary | 10111010 | 10000 | 11010 | 0 | 1011011 | 1010110 | 11011 | 101100100 | 1010100 | 101000 |
Color Harmonies of #BA101A
Complementary color
Monochromatic Colors of #BA101A
Black with #BA101A
Text Example
Text Example
White with #BA101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA101A; }
p { color: rgb(186,16,26); }
H1.HeaderClassName
{
color: #BA101A;
}
.AnyTagClassName
{
color: #BA101A;
}
</style>
background-color css
<style>
a { background-color: #BA101A; }
a { background-color: rgb(186,16,26); }
div.DivClassName
{
background-color: #BA101A;
}
.BgClassName
{
background-color: #BA101A;
}
</style>
border-color css
<style>
span { border-color: #BA101A; }
span { border-color: rgb(186,16,26); }
td.TdClassName
{
border-color: #BA101A;
}
.TagClassName
{
border-color: #BA101A;
}
</style>