Shades of Venetian Red #BA0006
Tints of Venetian Red #BA0006
RGB
CMYK
RGB Variations
Color information
#BA0006 (or 0xBA0006) is known color: Venetian Red. HEX triplet: BA, 00 and 06. RGB value is (186,0,6). Sum of RGB (Red+Green+Blue) = 186+0+6=192 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.88% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0006 is #45FFF9. Grayscale: #383838. Windows color (decimal): -4587514 or 393402. OLE color: 393402.
HSL color Cylindrical-coordinate representation of color #BA0006: hue angle of 358.06º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.27 |
| HSL | 358.06º | 1% | 0.36% | - |
| HSV(B) | 358.06º | 1% | 0.73% | - |
| XYZ | 20.28 | 10.45 | 1.12 | - |
| YUV | 56.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 6 | 0 | 1 | 0.97 | 0.27 | 358.06 | 1 | 0.36 |
| Hex | BA | 0 | 6 | 0 | 64 | 61 | 1B | 166 | 64 | 24 |
| Octal | 272 | 0 | 6 | 0 | 144 | 141 | 33 | 546 | 144 | 44 |
| Binary | 10111010 | 0 | 110 | 0 | 1100100 | 1100001 | 11011 | 101100110 | 1100100 | 100100 |
Color Harmonies of #BA0006
Complementary color
Monochromatic Colors of #BA0006
Black with #BA0006
Text Example
Text Example
White with #BA0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0006; }
p { color: rgb(186,0,6); }
H1.HeaderClassName
{
color: #BA0006;
}
.AnyTagClassName
{
color: #BA0006;
}
</style>
background-color css
<style>
a { background-color: #BA0006; }
a { background-color: rgb(186,0,6); }
div.DivClassName
{
background-color: #BA0006;
}
.BgClassName
{
background-color: #BA0006;
}
</style>
border-color css
<style>
span { border-color: #BA0006; }
span { border-color: rgb(186,0,6); }
td.TdClassName
{
border-color: #BA0006;
}
.TagClassName
{
border-color: #BA0006;
}
</style>