Shades of Venetian Red #BC101B
Tints of Venetian Red #BC101B
RGB
CMYK
RGB Variations
Color information
#BC101B (or 0xBC101B) is known color: Venetian Red. HEX triplet: BC, 10 and 1B. RGB value is (188,16,27). Sum of RGB (Red+Green+Blue) = 188+16+27=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC101B is #43EFE4. Grayscale: #444444. Windows color (decimal): -4452325 or 1773756. OLE color: 1773756.
HSL color Cylindrical-coordinate representation of color #BC101B: hue angle of 356.16º 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 #BC101B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.26 |
| HSL | 356.16º | 0.84% | 0.4% | - |
| HSV(B) | 356.16º | 0.91% | 0.74% | - |
| XYZ | 21.12 | 11.14 | 2.07 | - |
| YUV | 68.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 27 | 0 | 0.91 | 0.86 | 0.26 | 356.16 | 0.84 | 0.4 |
| Hex | BC | 10 | 1B | 0 | 5B | 56 | 1A | 164 | 54 | 28 |
| Octal | 274 | 20 | 33 | 0 | 133 | 126 | 32 | 544 | 124 | 50 |
| Binary | 10111100 | 10000 | 11011 | 0 | 1011011 | 1010110 | 11010 | 101100100 | 1010100 | 101000 |
Color Harmonies of #BC101B
Complementary color
Monochromatic Colors of #BC101B
Black with #BC101B
Text Example
Text Example
White with #BC101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC101B; }
p { color: rgb(188,16,27); }
H1.HeaderClassName
{
color: #BC101B;
}
.AnyTagClassName
{
color: #BC101B;
}
</style>
background-color css
<style>
a { background-color: #BC101B; }
a { background-color: rgb(188,16,27); }
div.DivClassName
{
background-color: #BC101B;
}
.BgClassName
{
background-color: #BC101B;
}
</style>
border-color css
<style>
span { border-color: #BC101B; }
span { border-color: rgb(188,16,27); }
td.TdClassName
{
border-color: #BC101B;
}
.TagClassName
{
border-color: #BC101B;
}
</style>