Shades of Venetian Red #BC101A
Tints of Venetian Red #BC101A
RGB
CMYK
RGB Variations
Color information
#BC101A (or 0xBC101A) is known color: Venetian Red. HEX triplet: BC, 10 and 1A. RGB value is (188,16,26). Sum of RGB (Red+Green+Blue) = 188+16+26=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC101A is #43EFE5. Grayscale: #444444. Windows color (decimal): -4452326 or 1708220. OLE color: 1708220.
HSL color Cylindrical-coordinate representation of color #BC101A: hue angle of 356.51º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC101A is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 26 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.26 |
| HSL | 356.51º | 0.84% | 0.4% | - |
| HSV(B) | 356.51º | 0.91% | 0.74% | - |
| XYZ | 21.11 | 11.14 | 2.01 | - |
| YUV | 68.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 26 | 0 | 0.91 | 0.86 | 0.26 | 356.51 | 0.84 | 0.4 |
| Hex | BC | 10 | 1A | 0 | 5B | 56 | 1A | 165 | 54 | 28 |
| Octal | 274 | 20 | 32 | 0 | 133 | 126 | 32 | 545 | 124 | 50 |
| Binary | 10111100 | 10000 | 11010 | 0 | 1011011 | 1010110 | 11010 | 101100101 | 1010100 | 101000 |
Color Harmonies of #BC101A
Complementary color
Monochromatic Colors of #BC101A
Black with #BC101A
Text Example
Text Example
White with #BC101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC101A; }
p { color: rgb(188,16,26); }
H1.HeaderClassName
{
color: #BC101A;
}
.AnyTagClassName
{
color: #BC101A;
}
</style>
background-color css
<style>
a { background-color: #BC101A; }
a { background-color: rgb(188,16,26); }
div.DivClassName
{
background-color: #BC101A;
}
.BgClassName
{
background-color: #BC101A;
}
</style>
border-color css
<style>
span { border-color: #BC101A; }
span { border-color: rgb(188,16,26); }
td.TdClassName
{
border-color: #BC101A;
}
.TagClassName
{
border-color: #BC101A;
}
</style>