Shades of Venetian Red #BC030C
Tints of Venetian Red #BC030C
RGB
CMYK
RGB Variations
Color information
#BC030C (or 0xBC030C) is known color: Venetian Red. HEX triplet: BC, 03 and 0C. RGB value is (188,3,12). Sum of RGB (Red+Green+Blue) = 188+3+12=203 (26% of max value = 765). Red value is 188 (73.83% from 255 or 92.61% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 188 - color contains mainly: red. Hex color #BC030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC030C is #43FCF3. Grayscale: #3B3B3B. Windows color (decimal): -4455668 or 787388. OLE color: 787388.
HSL color Cylindrical-coordinate representation of color #BC030C: hue angle of 357.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC030C is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.26 |
| HSL | 357.08º | 0.97% | 0.37% | - |
| HSV(B) | 357.08º | 0.98% | 0.74% | - |
| XYZ | 20.84 | 10.78 | 1.33 | - |
| YUV | 59.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 12 | 0 | 0.98 | 0.94 | 0.26 | 357.08 | 0.97 | 0.37 |
| Hex | BC | 3 | C | 0 | 62 | 5E | 1A | 165 | 61 | 25 |
| Octal | 274 | 3 | 14 | 0 | 142 | 136 | 32 | 545 | 141 | 45 |
| Binary | 10111100 | 11 | 1100 | 0 | 1100010 | 1011110 | 11010 | 101100101 | 1100001 | 100101 |
Color Harmonies of #BC030C
Complementary color
Monochromatic Colors of #BC030C
Black with #BC030C
Text Example
Text Example
White with #BC030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC030C; }
p { color: rgb(188,3,12); }
H1.HeaderClassName
{
color: #BC030C;
}
.AnyTagClassName
{
color: #BC030C;
}
</style>
background-color css
<style>
a { background-color: #BC030C; }
a { background-color: rgb(188,3,12); }
div.DivClassName
{
background-color: #BC030C;
}
.BgClassName
{
background-color: #BC030C;
}
</style>
border-color css
<style>
span { border-color: #BC030C; }
span { border-color: rgb(188,3,12); }
td.TdClassName
{
border-color: #BC030C;
}
.TagClassName
{
border-color: #BC030C;
}
</style>