Shades of Venetian Red #BC051C
Tints of Venetian Red #BC051C
RGB
CMYK
RGB Variations
Color information
#BC051C (or 0xBC051C) is known color: Venetian Red. HEX triplet: BC, 05 and 1C. RGB value is (188,5,28). Sum of RGB (Red+Green+Blue) = 188+5+28=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC051C is #43FAE3. Grayscale: #3E3E3E. Windows color (decimal): -4455140 or 1836476. OLE color: 1836476.
HSL color Cylindrical-coordinate representation of color #BC051C: hue angle of 352.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC051C is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.26 |
| HSL | 352.46º | 0.95% | 0.38% | - |
| HSV(B) | 352.46º | 0.97% | 0.74% | - |
| XYZ | 21 | 10.88 | 2.09 | - |
| YUV | 62.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 28 | 0 | 0.97 | 0.85 | 0.26 | 352.46 | 0.95 | 0.38 |
| Hex | BC | 5 | 1C | 0 | 61 | 55 | 1A | 160 | 5F | 26 |
| Octal | 274 | 5 | 34 | 0 | 141 | 125 | 32 | 540 | 137 | 46 |
| Binary | 10111100 | 101 | 11100 | 0 | 1100001 | 1010101 | 11010 | 101100000 | 1011111 | 100110 |
Color Harmonies of #BC051C
Complementary color
Monochromatic Colors of #BC051C
Black with #BC051C
Text Example
Text Example
White with #BC051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC051C; }
p { color: rgb(188,5,28); }
H1.HeaderClassName
{
color: #BC051C;
}
.AnyTagClassName
{
color: #BC051C;
}
</style>
background-color css
<style>
a { background-color: #BC051C; }
a { background-color: rgb(188,5,28); }
div.DivClassName
{
background-color: #BC051C;
}
.BgClassName
{
background-color: #BC051C;
}
</style>
border-color css
<style>
span { border-color: #BC051C; }
span { border-color: rgb(188,5,28); }
td.TdClassName
{
border-color: #BC051C;
}
.TagClassName
{
border-color: #BC051C;
}
</style>