Shades of Venetian Red #BC0920
Tints of Venetian Red #BC0920
RGB
CMYK
RGB Variations
Color information
#BC0920 (or 0xBC0920) is known color: Venetian Red. HEX triplet: BC, 09 and 20. RGB value is (188,9,32). Sum of RGB (Red+Green+Blue) = 188+9+32=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0920 is #43F6DF. Grayscale: #414141. Windows color (decimal): -4454112 or 2099644. OLE color: 2099644.
HSL color Cylindrical-coordinate representation of color #BC0920: hue angle of 352.29º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0920 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 32 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.26 |
| HSL | 352.29º | 0.91% | 0.39% | - |
| HSV(B) | 352.29º | 0.95% | 0.74% | - |
| XYZ | 21.1 | 10.99 | 2.38 | - |
| YUV | 65.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 32 | 0 | 0.95 | 0.83 | 0.26 | 352.29 | 0.91 | 0.39 |
| Hex | BC | 9 | 20 | 0 | 5F | 53 | 1A | 160 | 5B | 27 |
| Octal | 274 | 11 | 40 | 0 | 137 | 123 | 32 | 540 | 133 | 47 |
| Binary | 10111100 | 1001 | 100000 | 0 | 1011111 | 1010011 | 11010 | 101100000 | 1011011 | 100111 |
Color Harmonies of #BC0920
Complementary color
Monochromatic Colors of #BC0920
Black with #BC0920
Text Example
Text Example
White with #BC0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0920; }
p { color: rgb(188,9,32); }
H1.HeaderClassName
{
color: #BC0920;
}
.AnyTagClassName
{
color: #BC0920;
}
</style>
background-color css
<style>
a { background-color: #BC0920; }
a { background-color: rgb(188,9,32); }
div.DivClassName
{
background-color: #BC0920;
}
.BgClassName
{
background-color: #BC0920;
}
</style>
border-color css
<style>
span { border-color: #BC0920; }
span { border-color: rgb(188,9,32); }
td.TdClassName
{
border-color: #BC0920;
}
.TagClassName
{
border-color: #BC0920;
}
</style>