Shades of Venetian Red #BA080A
Tints of Venetian Red #BA080A
RGB
CMYK
RGB Variations
Color information
#BA080A (or 0xBA080A) is known color: Venetian Red. HEX triplet: BA, 08 and 0A. RGB value is (186,8,10). Sum of RGB (Red+Green+Blue) = 186+8+10=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA080A is #45F7F5. Grayscale: #3D3D3D. Windows color (decimal): -4585462 or 657594. OLE color: 657594.
HSL color Cylindrical-coordinate representation of color #BA080A: hue angle of 359.33º 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 #BA080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.27 |
| HSL | 359.33º | 0.92% | 0.38% | - |
| HSV(B) | 359.33º | 0.96% | 0.73% | - |
| XYZ | 20.39 | 10.63 | 1.27 | - |
| YUV | 61.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 10 | 0 | 0.96 | 0.95 | 0.27 | 359.33 | 0.92 | 0.38 |
| Hex | BA | 8 | A | 0 | 60 | 5F | 1B | 167 | 5C | 26 |
| Octal | 272 | 10 | 12 | 0 | 140 | 137 | 33 | 547 | 134 | 46 |
| Binary | 10111010 | 1000 | 1010 | 0 | 1100000 | 1011111 | 11011 | 101100111 | 1011100 | 100110 |
Color Harmonies of #BA080A
Complementary color
Monochromatic Colors of #BA080A
Black with #BA080A
Text Example
Text Example
White with #BA080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA080A; }
p { color: rgb(186,8,10); }
H1.HeaderClassName
{
color: #BA080A;
}
.AnyTagClassName
{
color: #BA080A;
}
</style>
background-color css
<style>
a { background-color: #BA080A; }
a { background-color: rgb(186,8,10); }
div.DivClassName
{
background-color: #BA080A;
}
.BgClassName
{
background-color: #BA080A;
}
</style>
border-color css
<style>
span { border-color: #BA080A; }
span { border-color: rgb(186,8,10); }
td.TdClassName
{
border-color: #BA080A;
}
.TagClassName
{
border-color: #BA080A;
}
</style>