Shades of Venetian Red #BC1218
Tints of Venetian Red #BC1218
RGB
CMYK
RGB Variations
Color information
#BC1218 (or 0xBC1218) is known color: Venetian Red. HEX triplet: BC, 12 and 18. RGB value is (188,18,24). Sum of RGB (Red+Green+Blue) = 188+18+24=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1218 is #43EDE7. Grayscale: #454545. Windows color (decimal): -4451816 or 1577660. OLE color: 1577660.
HSL color Cylindrical-coordinate representation of color #BC1218: hue angle of 357.88º 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 #BC1218 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 24 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.26 |
| HSL | 357.88º | 0.83% | 0.4% | - |
| HSV(B) | 357.88º | 0.9% | 0.74% | - |
| XYZ | 21.12 | 11.19 | 1.91 | - |
| YUV | 69.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 24 | 0 | 0.90 | 0.87 | 0.26 | 357.88 | 0.83 | 0.4 |
| Hex | BC | 12 | 18 | 0 | 5A | 57 | 1A | 166 | 53 | 28 |
| Octal | 274 | 22 | 30 | 0 | 132 | 127 | 32 | 546 | 123 | 50 |
| Binary | 10111100 | 10010 | 11000 | 0 | 1011010 | 1010111 | 11010 | 101100110 | 1010011 | 101000 |
Color Harmonies of #BC1218
Complementary color
Monochromatic Colors of #BC1218
Black with #BC1218
Text Example
Text Example
White with #BC1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1218; }
p { color: rgb(188,18,24); }
H1.HeaderClassName
{
color: #BC1218;
}
.AnyTagClassName
{
color: #BC1218;
}
</style>
background-color css
<style>
a { background-color: #BC1218; }
a { background-color: rgb(188,18,24); }
div.DivClassName
{
background-color: #BC1218;
}
.BgClassName
{
background-color: #BC1218;
}
</style>
border-color css
<style>
span { border-color: #BC1218; }
span { border-color: rgb(188,18,24); }
td.TdClassName
{
border-color: #BC1218;
}
.TagClassName
{
border-color: #BC1218;
}
</style>