Shades of Venetian Red #BC000F
Tints of Venetian Red #BC000F
RGB
CMYK
RGB Variations
Color information
#BC000F (or 0xBC000F) is known color: Venetian Red. HEX triplet: BC, 00 and 0F. RGB value is (188,0,15). Sum of RGB (Red+Green+Blue) = 188+0+15=203 (26% of max value = 765). Red value is 188 (73.83% from 255 or 92.61% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 188 - color contains mainly: red. Hex color #BC000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC000F is #43FFF0. Grayscale: #3A3A3A. Windows color (decimal): -4456433 or 983228. OLE color: 983228.
HSL color Cylindrical-coordinate representation of color #BC000F: hue angle of 355.21º 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 #BC000F is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.92 | 0.26 |
| HSL | 355.21º | 1% | 0.37% | - |
| HSV(B) | 355.21º | 1% | 0.74% | - |
| XYZ | 20.83 | 10.73 | 1.42 | - |
| YUV | 57.92 | 103.78 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 15 | 0 | 1 | 0.92 | 0.26 | 355.21 | 1 | 0.37 |
| Hex | BC | 0 | F | 0 | 64 | 5C | 1A | 163 | 64 | 25 |
| Octal | 274 | 0 | 17 | 0 | 144 | 134 | 32 | 543 | 144 | 45 |
| Binary | 10111100 | 0 | 1111 | 0 | 1100100 | 1011100 | 11010 | 101100011 | 1100100 | 100101 |
Color Harmonies of #BC000F
Complementary color
Monochromatic Colors of #BC000F
Black with #BC000F
Text Example
Text Example
White with #BC000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC000F; }
p { color: rgb(188,0,15); }
H1.HeaderClassName
{
color: #BC000F;
}
.AnyTagClassName
{
color: #BC000F;
}
</style>
background-color css
<style>
a { background-color: #BC000F; }
a { background-color: rgb(188,0,15); }
div.DivClassName
{
background-color: #BC000F;
}
.BgClassName
{
background-color: #BC000F;
}
</style>
border-color css
<style>
span { border-color: #BC000F; }
span { border-color: rgb(188,0,15); }
td.TdClassName
{
border-color: #BC000F;
}
.TagClassName
{
border-color: #BC000F;
}
</style>