Shades of Venetian Red #BC1219
Tints of Venetian Red #BC1219
RGB
CMYK
RGB Variations
Color information
#BC1219 (or 0xBC1219) is known color: Venetian Red. HEX triplet: BC, 12 and 19. RGB value is (188,18,25). Sum of RGB (Red+Green+Blue) = 188+18+25=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1219 is #43EDE6. Grayscale: #454545. Windows color (decimal): -4451815 or 1643196. OLE color: 1643196.
HSL color Cylindrical-coordinate representation of color #BC1219: hue angle of 357.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1219 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 25 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.26 |
| HSL | 357.53º | 0.83% | 0.4% | - |
| HSV(B) | 357.53º | 0.9% | 0.74% | - |
| XYZ | 21.13 | 11.19 | 1.97 | - |
| YUV | 69.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 25 | 0 | 0.90 | 0.87 | 0.26 | 357.53 | 0.83 | 0.4 |
| Hex | BC | 12 | 19 | 0 | 5A | 57 | 1A | 166 | 53 | 28 |
| Octal | 274 | 22 | 31 | 0 | 132 | 127 | 32 | 546 | 123 | 50 |
| Binary | 10111100 | 10010 | 11001 | 0 | 1011010 | 1010111 | 11010 | 101100110 | 1010011 | 101000 |
Color Harmonies of #BC1219
Complementary color
Monochromatic Colors of #BC1219
Black with #BC1219
Text Example
Text Example
White with #BC1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1219; }
p { color: rgb(188,18,25); }
H1.HeaderClassName
{
color: #BC1219;
}
.AnyTagClassName
{
color: #BC1219;
}
</style>
background-color css
<style>
a { background-color: #BC1219; }
a { background-color: rgb(188,18,25); }
div.DivClassName
{
background-color: #BC1219;
}
.BgClassName
{
background-color: #BC1219;
}
</style>
border-color css
<style>
span { border-color: #BC1219; }
span { border-color: rgb(188,18,25); }
td.TdClassName
{
border-color: #BC1219;
}
.TagClassName
{
border-color: #BC1219;
}
</style>