Shades of Venetian Red #BC1019
Tints of Venetian Red #BC1019
RGB
CMYK
RGB Variations
Color information
#BC1019 (or 0xBC1019) is known color: Venetian Red. HEX triplet: BC, 10 and 19. RGB value is (188,16,25). Sum of RGB (Red+Green+Blue) = 188+16+25=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1019 is #43EFE6. Grayscale: #444444. Windows color (decimal): -4452327 or 1642684. OLE color: 1642684.
HSL color Cylindrical-coordinate representation of color #BC1019: hue angle of 356.86º 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 #BC1019 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 25 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.26 |
| HSL | 356.86º | 0.84% | 0.4% | - |
| HSV(B) | 356.86º | 0.91% | 0.74% | - |
| XYZ | 21.1 | 11.13 | 1.96 | - |
| YUV | 68.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 25 | 0 | 0.91 | 0.87 | 0.26 | 356.86 | 0.84 | 0.4 |
| Hex | BC | 10 | 19 | 0 | 5B | 57 | 1A | 165 | 54 | 28 |
| Octal | 274 | 20 | 31 | 0 | 133 | 127 | 32 | 545 | 124 | 50 |
| Binary | 10111100 | 10000 | 11001 | 0 | 1011011 | 1010111 | 11010 | 101100101 | 1010100 | 101000 |
Color Harmonies of #BC1019
Complementary color
Monochromatic Colors of #BC1019
Black with #BC1019
Text Example
Text Example
White with #BC1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1019; }
p { color: rgb(188,16,25); }
H1.HeaderClassName
{
color: #BC1019;
}
.AnyTagClassName
{
color: #BC1019;
}
</style>
background-color css
<style>
a { background-color: #BC1019; }
a { background-color: rgb(188,16,25); }
div.DivClassName
{
background-color: #BC1019;
}
.BgClassName
{
background-color: #BC1019;
}
</style>
border-color css
<style>
span { border-color: #BC1019; }
span { border-color: rgb(188,16,25); }
td.TdClassName
{
border-color: #BC1019;
}
.TagClassName
{
border-color: #BC1019;
}
</style>