Shades of Venetian Red #BA001C
Tints of Venetian Red #BA001C
RGB
CMYK
RGB Variations
Color information
#BA001C (or 0xBA001C) is known color: Venetian Red. HEX triplet: BA, 00 and 1C. RGB value is (186,0,28). Sum of RGB (Red+Green+Blue) = 186+0+28=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA001C is #45FFE3. Grayscale: #3A3A3A. Windows color (decimal): -4587492 or 1835194. OLE color: 1835194.
HSL color Cylindrical-coordinate representation of color #BA001C: hue angle of 350.97º 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 #BA001C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.85 | 0.27 |
| HSL | 350.97º | 1% | 0.36% | - |
| HSV(B) | 350.97º | 1% | 0.73% | - |
| XYZ | 20.46 | 10.52 | 2.05 | - |
| YUV | 58.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 28 | 0 | 1 | 0.85 | 0.27 | 350.97 | 1 | 0.36 |
| Hex | BA | 0 | 1C | 0 | 64 | 55 | 1B | 15F | 64 | 24 |
| Octal | 272 | 0 | 34 | 0 | 144 | 125 | 33 | 537 | 144 | 44 |
| Binary | 10111010 | 0 | 11100 | 0 | 1100100 | 1010101 | 11011 | 101011111 | 1100100 | 100100 |
Color Harmonies of #BA001C
Complementary color
Monochromatic Colors of #BA001C
Black with #BA001C
Text Example
Text Example
White with #BA001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA001C; }
p { color: rgb(186,0,28); }
H1.HeaderClassName
{
color: #BA001C;
}
.AnyTagClassName
{
color: #BA001C;
}
</style>
background-color css
<style>
a { background-color: #BA001C; }
a { background-color: rgb(186,0,28); }
div.DivClassName
{
background-color: #BA001C;
}
.BgClassName
{
background-color: #BA001C;
}
</style>
border-color css
<style>
span { border-color: #BA001C; }
span { border-color: rgb(186,0,28); }
td.TdClassName
{
border-color: #BA001C;
}
.TagClassName
{
border-color: #BA001C;
}
</style>