Shades of Venetian Red #BC050C
Tints of Venetian Red #BC050C
RGB
CMYK
RGB Variations
Color information
#BC050C (or 0xBC050C) is known color: Venetian Red. HEX triplet: BC, 05 and 0C. RGB value is (188,5,12). Sum of RGB (Red+Green+Blue) = 188+5+12=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC050C is #43FAF3. Grayscale: #3C3C3C. Windows color (decimal): -4455156 or 787900. OLE color: 787900.
HSL color Cylindrical-coordinate representation of color #BC050C: hue angle of 357.7º 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 #BC050C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.26 |
| HSL | 357.7º | 0.95% | 0.38% | - |
| HSV(B) | 357.7º | 0.97% | 0.74% | - |
| XYZ | 20.86 | 10.83 | 1.34 | - |
| YUV | 60.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 12 | 0 | 0.97 | 0.94 | 0.26 | 357.7 | 0.95 | 0.38 |
| Hex | BC | 5 | C | 0 | 61 | 5E | 1A | 166 | 5F | 26 |
| Octal | 274 | 5 | 14 | 0 | 141 | 136 | 32 | 546 | 137 | 46 |
| Binary | 10111100 | 101 | 1100 | 0 | 1100001 | 1011110 | 11010 | 101100110 | 1011111 | 100110 |
Color Harmonies of #BC050C
Complementary color
Monochromatic Colors of #BC050C
Black with #BC050C
Text Example
Text Example
White with #BC050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC050C; }
p { color: rgb(188,5,12); }
H1.HeaderClassName
{
color: #BC050C;
}
.AnyTagClassName
{
color: #BC050C;
}
</style>
background-color css
<style>
a { background-color: #BC050C; }
a { background-color: rgb(188,5,12); }
div.DivClassName
{
background-color: #BC050C;
}
.BgClassName
{
background-color: #BC050C;
}
</style>
border-color css
<style>
span { border-color: #BC050C; }
span { border-color: rgb(188,5,12); }
td.TdClassName
{
border-color: #BC050C;
}
.TagClassName
{
border-color: #BC050C;
}
</style>