Shades of Venetian Red #BA081C
Tints of Venetian Red #BA081C
RGB
CMYK
RGB Variations
Color information
#BA081C (or 0xBA081C) is known color: Venetian Red. HEX triplet: BA, 08 and 1C. RGB value is (186,8,28). Sum of RGB (Red+Green+Blue) = 186+8+28=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA081C is #45F7E3. Grayscale: #3F3F3F. Windows color (decimal): -4585444 or 1837242. OLE color: 1837242.
HSL color Cylindrical-coordinate representation of color #BA081C: hue angle of 353.26º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA081C is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.27 |
| HSL | 353.26º | 0.92% | 0.38% | - |
| HSV(B) | 353.26º | 0.96% | 0.73% | - |
| XYZ | 20.55 | 10.7 | 2.08 | - |
| YUV | 63.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 28 | 0 | 0.96 | 0.85 | 0.27 | 353.26 | 0.92 | 0.38 |
| Hex | BA | 8 | 1C | 0 | 60 | 55 | 1B | 161 | 5C | 26 |
| Octal | 272 | 10 | 34 | 0 | 140 | 125 | 33 | 541 | 134 | 46 |
| Binary | 10111010 | 1000 | 11100 | 0 | 1100000 | 1010101 | 11011 | 101100001 | 1011100 | 100110 |
Color Harmonies of #BA081C
Complementary color
Monochromatic Colors of #BA081C
Black with #BA081C
Text Example
Text Example
White with #BA081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA081C; }
p { color: rgb(186,8,28); }
H1.HeaderClassName
{
color: #BA081C;
}
.AnyTagClassName
{
color: #BA081C;
}
</style>
background-color css
<style>
a { background-color: #BA081C; }
a { background-color: rgb(186,8,28); }
div.DivClassName
{
background-color: #BA081C;
}
.BgClassName
{
background-color: #BA081C;
}
</style>
border-color css
<style>
span { border-color: #BA081C; }
span { border-color: rgb(186,8,28); }
td.TdClassName
{
border-color: #BA081C;
}
.TagClassName
{
border-color: #BA081C;
}
</style>