Shades of Venetian Red #BC000A
Tints of Venetian Red #BC000A
RGB
CMYK
RGB Variations
Color information
#BC000A (or 0xBC000A) is known color: Venetian Red. HEX triplet: BC, 00 and 0A. RGB value is (188,0,10). Sum of RGB (Red+Green+Blue) = 188+0+10=198 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.95% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 188 - color contains mainly: red. Hex color #BC000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC000A is #43FFF5. Grayscale: #393939. Windows color (decimal): -4456438 or 655548. OLE color: 655548.
HSL color Cylindrical-coordinate representation of color #BC000A: hue angle of 356.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.95 | 0.26 |
| HSL | 356.81º | 1% | 0.37% | - |
| HSV(B) | 356.81º | 1% | 0.74% | - |
| XYZ | 20.79 | 10.71 | 1.26 | - |
| YUV | 57.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 10 | 0 | 1 | 0.95 | 0.26 | 356.81 | 1 | 0.37 |
| Hex | BC | 0 | A | 0 | 64 | 5F | 1A | 165 | 64 | 25 |
| Octal | 274 | 0 | 12 | 0 | 144 | 137 | 32 | 545 | 144 | 45 |
| Binary | 10111100 | 0 | 1010 | 0 | 1100100 | 1011111 | 11010 | 101100101 | 1100100 | 100101 |
Color Harmonies of #BC000A
Complementary color
Monochromatic Colors of #BC000A
Black with #BC000A
Text Example
Text Example
White with #BC000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC000A; }
p { color: rgb(188,0,10); }
H1.HeaderClassName
{
color: #BC000A;
}
.AnyTagClassName
{
color: #BC000A;
}
</style>
background-color css
<style>
a { background-color: #BC000A; }
a { background-color: rgb(188,0,10); }
div.DivClassName
{
background-color: #BC000A;
}
.BgClassName
{
background-color: #BC000A;
}
</style>
border-color css
<style>
span { border-color: #BC000A; }
span { border-color: rgb(188,0,10); }
td.TdClassName
{
border-color: #BC000A;
}
.TagClassName
{
border-color: #BC000A;
}
</style>