Shades of Venetian Red #BA050C
Tints of Venetian Red #BA050C
RGB
CMYK
RGB Variations
Color information
#BA050C (or 0xBA050C) is known color: Venetian Red. HEX triplet: BA, 05 and 0C. RGB value is (186,5,12). Sum of RGB (Red+Green+Blue) = 186+5+12=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA050C is #45FAF3. Grayscale: #3C3C3C. Windows color (decimal): -4586228 or 787898. OLE color: 787898.
HSL color Cylindrical-coordinate representation of color #BA050C: hue angle of 357.68º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA050C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.27 |
| HSL | 357.68º | 0.95% | 0.37% | - |
| HSV(B) | 357.68º | 0.97% | 0.73% | - |
| XYZ | 20.37 | 10.57 | 1.32 | - |
| YUV | 59.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 12 | 0 | 0.97 | 0.94 | 0.27 | 357.68 | 0.95 | 0.37 |
| Hex | BA | 5 | C | 0 | 61 | 5E | 1B | 166 | 5F | 25 |
| Octal | 272 | 5 | 14 | 0 | 141 | 136 | 33 | 546 | 137 | 45 |
| Binary | 10111010 | 101 | 1100 | 0 | 1100001 | 1011110 | 11011 | 101100110 | 1011111 | 100101 |
Color Harmonies of #BA050C
Complementary color
Monochromatic Colors of #BA050C
Black with #BA050C
Text Example
Text Example
White with #BA050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA050C; }
p { color: rgb(186,5,12); }
H1.HeaderClassName
{
color: #BA050C;
}
.AnyTagClassName
{
color: #BA050C;
}
</style>
background-color css
<style>
a { background-color: #BA050C; }
a { background-color: rgb(186,5,12); }
div.DivClassName
{
background-color: #BA050C;
}
.BgClassName
{
background-color: #BA050C;
}
</style>
border-color css
<style>
span { border-color: #BA050C; }
span { border-color: rgb(186,5,12); }
td.TdClassName
{
border-color: #BA050C;
}
.TagClassName
{
border-color: #BA050C;
}
</style>