Shades of Venetian Red #BC040A
Tints of Venetian Red #BC040A
RGB
CMYK
RGB Variations
Color information
#BC040A (or 0xBC040A) is known color: Venetian Red. HEX triplet: BC, 04 and 0A. RGB value is (188,4,10). Sum of RGB (Red+Green+Blue) = 188+4+10=202 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.07% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 188 - color contains mainly: red. Hex color #BC040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC040A is #43FBF5. Grayscale: #3B3B3B. Windows color (decimal): -4455414 or 656572. OLE color: 656572.
HSL color Cylindrical-coordinate representation of color #BC040A: hue angle of 358.04º 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 #BC040A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.26 |
| HSL | 358.04º | 0.96% | 0.38% | - |
| HSV(B) | 358.04º | 0.98% | 0.74% | - |
| XYZ | 20.84 | 10.8 | 1.27 | - |
| YUV | 59.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 10 | 0 | 0.98 | 0.95 | 0.26 | 358.04 | 0.96 | 0.38 |
| Hex | BC | 4 | A | 0 | 62 | 5F | 1A | 166 | 60 | 26 |
| Octal | 274 | 4 | 12 | 0 | 142 | 137 | 32 | 546 | 140 | 46 |
| Binary | 10111100 | 100 | 1010 | 0 | 1100010 | 1011111 | 11010 | 101100110 | 1100000 | 100110 |
Color Harmonies of #BC040A
Complementary color
Monochromatic Colors of #BC040A
Black with #BC040A
Text Example
Text Example
White with #BC040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC040A; }
p { color: rgb(188,4,10); }
H1.HeaderClassName
{
color: #BC040A;
}
.AnyTagClassName
{
color: #BC040A;
}
</style>
background-color css
<style>
a { background-color: #BC040A; }
a { background-color: rgb(188,4,10); }
div.DivClassName
{
background-color: #BC040A;
}
.BgClassName
{
background-color: #BC040A;
}
</style>
border-color css
<style>
span { border-color: #BC040A; }
span { border-color: rgb(188,4,10); }
td.TdClassName
{
border-color: #BC040A;
}
.TagClassName
{
border-color: #BC040A;
}
</style>