Shades of Venetian Red #BA101D
Tints of Venetian Red #BA101D
RGB
CMYK
RGB Variations
Color information
#BA101D (or 0xBA101D) is known color: Venetian Red. HEX triplet: BA, 10 and 1D. RGB value is (186,16,29). Sum of RGB (Red+Green+Blue) = 186+16+29=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA101D is #45EFE2. Grayscale: #444444. Windows color (decimal): -4583395 or 1904826. OLE color: 1904826.
HSL color Cylindrical-coordinate representation of color #BA101D: hue angle of 355.41º 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 #BA101D is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 29 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.27 |
| HSL | 355.41º | 0.84% | 0.4% | - |
| HSV(B) | 355.41º | 0.91% | 0.73% | - |
| XYZ | 20.66 | 10.9 | 2.18 | - |
| YUV | 68.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 29 | 0 | 0.91 | 0.84 | 0.27 | 355.41 | 0.84 | 0.4 |
| Hex | BA | 10 | 1D | 0 | 5B | 54 | 1B | 163 | 54 | 28 |
| Octal | 272 | 20 | 35 | 0 | 133 | 124 | 33 | 543 | 124 | 50 |
| Binary | 10111010 | 10000 | 11101 | 0 | 1011011 | 1010100 | 11011 | 101100011 | 1010100 | 101000 |
Color Harmonies of #BA101D
Complementary color
Monochromatic Colors of #BA101D
Black with #BA101D
Text Example
Text Example
White with #BA101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA101D; }
p { color: rgb(186,16,29); }
H1.HeaderClassName
{
color: #BA101D;
}
.AnyTagClassName
{
color: #BA101D;
}
</style>
background-color css
<style>
a { background-color: #BA101D; }
a { background-color: rgb(186,16,29); }
div.DivClassName
{
background-color: #BA101D;
}
.BgClassName
{
background-color: #BA101D;
}
</style>
border-color css
<style>
span { border-color: #BA101D; }
span { border-color: rgb(186,16,29); }
td.TdClassName
{
border-color: #BA101D;
}
.TagClassName
{
border-color: #BA101D;
}
</style>