Shades of Venetian Red #BC0A1B
Tints of Venetian Red #BC0A1B
RGB
CMYK
RGB Variations
Color information
#BC0A1B (or 0xBC0A1B) is known color: Venetian Red. HEX triplet: BC, 0A and 1B. RGB value is (188,10,27). Sum of RGB (Red+Green+Blue) = 188+10+27=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A1B is #43F5E4. Grayscale: #414141. Windows color (decimal): -4453861 or 1772220. OLE color: 1772220.
HSL color Cylindrical-coordinate representation of color #BC0A1B: hue angle of 354.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A1B is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 27 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.26 |
| HSL | 354.27º | 0.9% | 0.39% | - |
| HSV(B) | 354.27º | 0.95% | 0.74% | - |
| XYZ | 21.05 | 10.99 | 2.05 | - |
| YUV | 65.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 27 | 0 | 0.95 | 0.86 | 0.26 | 354.27 | 0.9 | 0.39 |
| Hex | BC | A | 1B | 0 | 5F | 56 | 1A | 162 | 5A | 27 |
| Octal | 274 | 12 | 33 | 0 | 137 | 126 | 32 | 542 | 132 | 47 |
| Binary | 10111100 | 1010 | 11011 | 0 | 1011111 | 1010110 | 11010 | 101100010 | 1011010 | 100111 |
Color Harmonies of #BC0A1B
Complementary color
Monochromatic Colors of #BC0A1B
Black with #BC0A1B
Text Example
Text Example
White with #BC0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A1B; }
p { color: rgb(188,10,27); }
H1.HeaderClassName
{
color: #BC0A1B;
}
.AnyTagClassName
{
color: #BC0A1B;
}
</style>
background-color css
<style>
a { background-color: #BC0A1B; }
a { background-color: rgb(188,10,27); }
div.DivClassName
{
background-color: #BC0A1B;
}
.BgClassName
{
background-color: #BC0A1B;
}
</style>
border-color css
<style>
span { border-color: #BC0A1B; }
span { border-color: rgb(188,10,27); }
td.TdClassName
{
border-color: #BC0A1B;
}
.TagClassName
{
border-color: #BC0A1B;
}
</style>