Shades of Venetian Red #BC051F
Tints of Venetian Red #BC051F
RGB
CMYK
RGB Variations
Color information
#BC051F (or 0xBC051F) is known color: Venetian Red. HEX triplet: BC, 05 and 1F. RGB value is (188,5,31). Sum of RGB (Red+Green+Blue) = 188+5+31=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC051F is #43FAE0. Grayscale: #3E3E3E. Windows color (decimal): -4455137 or 2033084. OLE color: 2033084.
HSL color Cylindrical-coordinate representation of color #BC051F: hue angle of 351.48º 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 #BC051F is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.26 |
| HSL | 351.48º | 0.95% | 0.38% | - |
| HSV(B) | 351.48º | 0.97% | 0.74% | - |
| XYZ | 21.04 | 10.9 | 2.29 | - |
| YUV | 62.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 31 | 0 | 0.97 | 0.84 | 0.26 | 351.48 | 0.95 | 0.38 |
| Hex | BC | 5 | 1F | 0 | 61 | 54 | 1A | 15F | 5F | 26 |
| Octal | 274 | 5 | 37 | 0 | 141 | 124 | 32 | 537 | 137 | 46 |
| Binary | 10111100 | 101 | 11111 | 0 | 1100001 | 1010100 | 11010 | 101011111 | 1011111 | 100110 |
Color Harmonies of #BC051F
Complementary color
Monochromatic Colors of #BC051F
Black with #BC051F
Text Example
Text Example
White with #BC051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC051F; }
p { color: rgb(188,5,31); }
H1.HeaderClassName
{
color: #BC051F;
}
.AnyTagClassName
{
color: #BC051F;
}
</style>
background-color css
<style>
a { background-color: #BC051F; }
a { background-color: rgb(188,5,31); }
div.DivClassName
{
background-color: #BC051F;
}
.BgClassName
{
background-color: #BC051F;
}
</style>
border-color css
<style>
span { border-color: #BC051F; }
span { border-color: rgb(188,5,31); }
td.TdClassName
{
border-color: #BC051F;
}
.TagClassName
{
border-color: #BC051F;
}
</style>