Shades of Venetian Red #BC040B
Tints of Venetian Red #BC040B
RGB
CMYK
RGB Variations
Color information
#BC040B (or 0xBC040B) is known color: Venetian Red. HEX triplet: BC, 04 and 0B. RGB value is (188,4,11). Sum of RGB (Red+Green+Blue) = 188+4+11=203 (26% of max value = 765). Red value is 188 (73.83% from 255 or 92.61% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 188 - color contains mainly: red. Hex color #BC040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC040B is #43FBF4. Grayscale: #3B3B3B. Windows color (decimal): -4455413 or 722108. OLE color: 722108.
HSL color Cylindrical-coordinate representation of color #BC040B: hue angle of 357.72º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.26 |
| HSL | 357.72º | 0.96% | 0.38% | - |
| HSV(B) | 357.72º | 0.98% | 0.74% | - |
| XYZ | 20.84 | 10.8 | 1.3 | - |
| YUV | 59.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 11 | 0 | 0.98 | 0.94 | 0.26 | 357.72 | 0.96 | 0.38 |
| Hex | BC | 4 | B | 0 | 62 | 5E | 1A | 166 | 60 | 26 |
| Octal | 274 | 4 | 13 | 0 | 142 | 136 | 32 | 546 | 140 | 46 |
| Binary | 10111100 | 100 | 1011 | 0 | 1100010 | 1011110 | 11010 | 101100110 | 1100000 | 100110 |
Color Harmonies of #BC040B
Complementary color
Monochromatic Colors of #BC040B
Black with #BC040B
Text Example
Text Example
White with #BC040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC040B; }
p { color: rgb(188,4,11); }
H1.HeaderClassName
{
color: #BC040B;
}
.AnyTagClassName
{
color: #BC040B;
}
</style>
background-color css
<style>
a { background-color: #BC040B; }
a { background-color: rgb(188,4,11); }
div.DivClassName
{
background-color: #BC040B;
}
.BgClassName
{
background-color: #BC040B;
}
</style>
border-color css
<style>
span { border-color: #BC040B; }
span { border-color: rgb(188,4,11); }
td.TdClassName
{
border-color: #BC040B;
}
.TagClassName
{
border-color: #BC040B;
}
</style>