Shades of Venetian Red #BC050A
Tints of Venetian Red #BC050A
RGB
CMYK
RGB Variations
Color information
#BC050A (or 0xBC050A) is known color: Venetian Red. HEX triplet: BC, 05 and 0A. RGB value is (188,5,10). Sum of RGB (Red+Green+Blue) = 188+5+10=203 (26% of max value = 765). Red value is 188 (73.83% from 255 or 92.61% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 188 - color contains mainly: red. Hex color #BC050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC050A is #43FAF5. Grayscale: #3C3C3C. Windows color (decimal): -4455158 or 656828. OLE color: 656828.
HSL color Cylindrical-coordinate representation of color #BC050A: hue angle of 358.36º 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 #BC050A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.26 |
| HSL | 358.36º | 0.95% | 0.38% | - |
| HSV(B) | 358.36º | 0.97% | 0.74% | - |
| XYZ | 20.85 | 10.82 | 1.28 | - |
| YUV | 60.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 10 | 0 | 0.97 | 0.95 | 0.26 | 358.36 | 0.95 | 0.38 |
| Hex | BC | 5 | A | 0 | 61 | 5F | 1A | 166 | 5F | 26 |
| Octal | 274 | 5 | 12 | 0 | 141 | 137 | 32 | 546 | 137 | 46 |
| Binary | 10111100 | 101 | 1010 | 0 | 1100001 | 1011111 | 11010 | 101100110 | 1011111 | 100110 |
Color Harmonies of #BC050A
Complementary color
Monochromatic Colors of #BC050A
Black with #BC050A
Text Example
Text Example
White with #BC050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC050A; }
p { color: rgb(188,5,10); }
H1.HeaderClassName
{
color: #BC050A;
}
.AnyTagClassName
{
color: #BC050A;
}
</style>
background-color css
<style>
a { background-color: #BC050A; }
a { background-color: rgb(188,5,10); }
div.DivClassName
{
background-color: #BC050A;
}
.BgClassName
{
background-color: #BC050A;
}
</style>
border-color css
<style>
span { border-color: #BC050A; }
span { border-color: rgb(188,5,10); }
td.TdClassName
{
border-color: #BC050A;
}
.TagClassName
{
border-color: #BC050A;
}
</style>