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