Shades of Venetian Red #BA080F
Tints of Venetian Red #BA080F
RGB
CMYK
RGB Variations
Color information
#BA080F (or 0xBA080F) is known color: Venetian Red. HEX triplet: BA, 08 and 0F. RGB value is (186,8,15). Sum of RGB (Red+Green+Blue) = 186+8+15=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA080F is #45F7F0. Grayscale: #3E3E3E. Windows color (decimal): -4585457 or 985274. OLE color: 985274.
HSL color Cylindrical-coordinate representation of color #BA080F: hue angle of 357.64º 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 #BA080F is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 15 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.27 |
| HSL | 357.64º | 0.92% | 0.38% | - |
| HSV(B) | 357.64º | 0.96% | 0.73% | - |
| XYZ | 20.42 | 10.65 | 1.43 | - |
| YUV | 62.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 15 | 0 | 0.96 | 0.92 | 0.27 | 357.64 | 0.92 | 0.38 |
| Hex | BA | 8 | F | 0 | 60 | 5C | 1B | 166 | 5C | 26 |
| Octal | 272 | 10 | 17 | 0 | 140 | 134 | 33 | 546 | 134 | 46 |
| Binary | 10111010 | 1000 | 1111 | 0 | 1100000 | 1011100 | 11011 | 101100110 | 1011100 | 100110 |
Color Harmonies of #BA080F
Complementary color
Monochromatic Colors of #BA080F
Black with #BA080F
Text Example
Text Example
White with #BA080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA080F; }
p { color: rgb(186,8,15); }
H1.HeaderClassName
{
color: #BA080F;
}
.AnyTagClassName
{
color: #BA080F;
}
</style>
background-color css
<style>
a { background-color: #BA080F; }
a { background-color: rgb(186,8,15); }
div.DivClassName
{
background-color: #BA080F;
}
.BgClassName
{
background-color: #BA080F;
}
</style>
border-color css
<style>
span { border-color: #BA080F; }
span { border-color: rgb(186,8,15); }
td.TdClassName
{
border-color: #BA080F;
}
.TagClassName
{
border-color: #BA080F;
}
</style>