Shades of Venetian Red #BC0321
Tints of Venetian Red #BC0321
RGB
CMYK
RGB Variations
Color information
#BC0321 (or 0xBC0321) is known color: Venetian Red. HEX triplet: BC, 03 and 21. RGB value is (188,3,33). Sum of RGB (Red+Green+Blue) = 188+3+33=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0321 is #43FCDE. Grayscale: #3D3D3D. Windows color (decimal): -4455647 or 2163644. OLE color: 2163644.
HSL color Cylindrical-coordinate representation of color #BC0321: hue angle of 350.27º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0321 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.26 |
| HSL | 350.27º | 0.97% | 0.37% | - |
| HSV(B) | 350.27º | 0.98% | 0.74% | - |
| XYZ | 21.05 | 10.87 | 2.43 | - |
| YUV | 61.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 33 | 0 | 0.98 | 0.82 | 0.26 | 350.27 | 0.97 | 0.37 |
| Hex | BC | 3 | 21 | 0 | 62 | 52 | 1A | 15E | 61 | 25 |
| Octal | 274 | 3 | 41 | 0 | 142 | 122 | 32 | 536 | 141 | 45 |
| Binary | 10111100 | 11 | 100001 | 0 | 1100010 | 1010010 | 11010 | 101011110 | 1100001 | 100101 |
Color Harmonies of #BC0321
Complementary color
Monochromatic Colors of #BC0321
Black with #BC0321
Text Example
Text Example
White with #BC0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0321; }
p { color: rgb(188,3,33); }
H1.HeaderClassName
{
color: #BC0321;
}
.AnyTagClassName
{
color: #BC0321;
}
</style>
background-color css
<style>
a { background-color: #BC0321; }
a { background-color: rgb(188,3,33); }
div.DivClassName
{
background-color: #BC0321;
}
.BgClassName
{
background-color: #BC0321;
}
</style>
border-color css
<style>
span { border-color: #BC0321; }
span { border-color: rgb(188,3,33); }
td.TdClassName
{
border-color: #BC0321;
}
.TagClassName
{
border-color: #BC0321;
}
</style>