Shades of Venetian Red #BA000F
Tints of Venetian Red #BA000F
RGB
CMYK
RGB Variations
Color information
#BA000F (or 0xBA000F) is known color: Venetian Red. HEX triplet: BA, 00 and 0F. RGB value is (186,0,15). Sum of RGB (Red+Green+Blue) = 186+0+15=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA000F is #45FFF0. Grayscale: #393939. Windows color (decimal): -4587505 or 983226. OLE color: 983226.
HSL color Cylindrical-coordinate representation of color #BA000F: hue angle of 355.16º 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 #BA000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.92 | 0.27 |
| HSL | 355.16º | 1% | 0.36% | - |
| HSV(B) | 355.16º | 1% | 0.73% | - |
| XYZ | 20.34 | 10.47 | 1.4 | - |
| YUV | 57.32 | 104.12 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 15 | 0 | 1 | 0.92 | 0.27 | 355.16 | 1 | 0.36 |
| Hex | BA | 0 | F | 0 | 64 | 5C | 1B | 163 | 64 | 24 |
| Octal | 272 | 0 | 17 | 0 | 144 | 134 | 33 | 543 | 144 | 44 |
| Binary | 10111010 | 0 | 1111 | 0 | 1100100 | 1011100 | 11011 | 101100011 | 1100100 | 100100 |
Color Harmonies of #BA000F
Complementary color
Monochromatic Colors of #BA000F
Black with #BA000F
Text Example
Text Example
White with #BA000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA000F; }
p { color: rgb(186,0,15); }
H1.HeaderClassName
{
color: #BA000F;
}
.AnyTagClassName
{
color: #BA000F;
}
</style>
background-color css
<style>
a { background-color: #BA000F; }
a { background-color: rgb(186,0,15); }
div.DivClassName
{
background-color: #BA000F;
}
.BgClassName
{
background-color: #BA000F;
}
</style>
border-color css
<style>
span { border-color: #BA000F; }
span { border-color: rgb(186,0,15); }
td.TdClassName
{
border-color: #BA000F;
}
.TagClassName
{
border-color: #BA000F;
}
</style>