Shades of Venetian Red #BC0821
Tints of Venetian Red #BC0821
RGB
CMYK
RGB Variations
Color information
#BC0821 (or 0xBC0821) is known color: Venetian Red. HEX triplet: BC, 08 and 21. RGB value is (188,8,33). Sum of RGB (Red+Green+Blue) = 188+8+33=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0821 is #43F7DE. Grayscale: #404040. Windows color (decimal): -4454367 or 2164924. OLE color: 2164924.
HSL color Cylindrical-coordinate representation of color #BC0821: hue angle of 351.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0821 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 33 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.26 |
| HSL | 351.67º | 0.92% | 0.38% | - |
| HSV(B) | 351.67º | 0.96% | 0.74% | - |
| XYZ | 21.1 | 10.97 | 2.45 | - |
| YUV | 64.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 33 | 0 | 0.96 | 0.82 | 0.26 | 351.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 21 | 0 | 60 | 52 | 1A | 160 | 5C | 26 |
| Octal | 274 | 10 | 41 | 0 | 140 | 122 | 32 | 540 | 134 | 46 |
| Binary | 10111100 | 1000 | 100001 | 0 | 1100000 | 1010010 | 11010 | 101100000 | 1011100 | 100110 |
Color Harmonies of #BC0821
Complementary color
Monochromatic Colors of #BC0821
Black with #BC0821
Text Example
Text Example
White with #BC0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0821; }
p { color: rgb(188,8,33); }
H1.HeaderClassName
{
color: #BC0821;
}
.AnyTagClassName
{
color: #BC0821;
}
</style>
background-color css
<style>
a { background-color: #BC0821; }
a { background-color: rgb(188,8,33); }
div.DivClassName
{
background-color: #BC0821;
}
.BgClassName
{
background-color: #BC0821;
}
</style>
border-color css
<style>
span { border-color: #BC0821; }
span { border-color: rgb(188,8,33); }
td.TdClassName
{
border-color: #BC0821;
}
.TagClassName
{
border-color: #BC0821;
}
</style>