Shades of Venetian Red #BA001D
Tints of Venetian Red #BA001D
RGB
CMYK
RGB Variations
Color information
#BA001D (or 0xBA001D) is known color: Venetian Red. HEX triplet: BA, 00 and 1D. RGB value is (186,0,29). Sum of RGB (Red+Green+Blue) = 186+0+29=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA001D is #45FFE2. Grayscale: #3A3A3A. Windows color (decimal): -4587491 or 1900730. OLE color: 1900730.
HSL color Cylindrical-coordinate representation of color #BA001D: hue angle of 350.65º 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 #BA001D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.84 | 0.27 |
| HSL | 350.65º | 1% | 0.36% | - |
| HSV(B) | 350.65º | 1% | 0.73% | - |
| XYZ | 20.47 | 10.53 | 2.12 | - |
| YUV | 58.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 29 | 0 | 1 | 0.84 | 0.27 | 350.65 | 1 | 0.36 |
| Hex | BA | 0 | 1D | 0 | 64 | 54 | 1B | 15F | 64 | 24 |
| Octal | 272 | 0 | 35 | 0 | 144 | 124 | 33 | 537 | 144 | 44 |
| Binary | 10111010 | 0 | 11101 | 0 | 1100100 | 1010100 | 11011 | 101011111 | 1100100 | 100100 |
Color Harmonies of #BA001D
Complementary color
Monochromatic Colors of #BA001D
Black with #BA001D
Text Example
Text Example
White with #BA001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA001D; }
p { color: rgb(186,0,29); }
H1.HeaderClassName
{
color: #BA001D;
}
.AnyTagClassName
{
color: #BA001D;
}
</style>
background-color css
<style>
a { background-color: #BA001D; }
a { background-color: rgb(186,0,29); }
div.DivClassName
{
background-color: #BA001D;
}
.BgClassName
{
background-color: #BA001D;
}
</style>
border-color css
<style>
span { border-color: #BA001D; }
span { border-color: rgb(186,0,29); }
td.TdClassName
{
border-color: #BA001D;
}
.TagClassName
{
border-color: #BA001D;
}
</style>