Shades of Venetian Red #BC0105
Tints of Venetian Red #BC0105
RGB
CMYK
RGB Variations
Color information
#BC0105 (or 0xBC0105) is known color: Venetian Red. HEX triplet: BC, 01 and 05. RGB value is (188,1,5). Sum of RGB (Red+Green+Blue) = 188+1+5=194 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.91% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0105 is #43FEFA. Grayscale: #393939. Windows color (decimal): -4456187 or 328124. OLE color: 328124.
HSL color Cylindrical-coordinate representation of color #BC0105: hue angle of 358.72º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.26 |
| HSL | 358.72º | 0.99% | 0.37% | - |
| HSV(B) | 358.72º | 0.99% | 0.74% | - |
| XYZ | 20.78 | 10.72 | 1.12 | - |
| YUV | 57.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 5 | 0 | 0.99 | 0.97 | 0.26 | 358.72 | 0.99 | 0.37 |
| Hex | BC | 1 | 5 | 0 | 63 | 61 | 1A | 167 | 63 | 25 |
| Octal | 274 | 1 | 5 | 0 | 143 | 141 | 32 | 547 | 143 | 45 |
| Binary | 10111100 | 1 | 101 | 0 | 1100011 | 1100001 | 11010 | 101100111 | 1100011 | 100101 |
Color Harmonies of #BC0105
Complementary color
Monochromatic Colors of #BC0105
Black with #BC0105
Text Example
Text Example
White with #BC0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0105; }
p { color: rgb(188,1,5); }
H1.HeaderClassName
{
color: #BC0105;
}
.AnyTagClassName
{
color: #BC0105;
}
</style>
background-color css
<style>
a { background-color: #BC0105; }
a { background-color: rgb(188,1,5); }
div.DivClassName
{
background-color: #BC0105;
}
.BgClassName
{
background-color: #BC0105;
}
</style>
border-color css
<style>
span { border-color: #BC0105; }
span { border-color: rgb(188,1,5); }
td.TdClassName
{
border-color: #BC0105;
}
.TagClassName
{
border-color: #BC0105;
}
</style>