Shades of Venetian Red #BC0028
Tints of Venetian Red #BC0028
RGB
CMYK
RGB Variations
Color information
#BC0028 (or 0xBC0028) is known color: Venetian Red. HEX triplet: BC, 00 and 28. RGB value is (188,0,40). Sum of RGB (Red+Green+Blue) = 188+0+40=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0028 is #43FFD7. Grayscale: #3C3C3C. Windows color (decimal): -4456408 or 2621628. OLE color: 2621628.
HSL color Cylindrical-coordinate representation of color #BC0028: hue angle of 347.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0028 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.79 | 0.26 |
| HSL | 347.23º | 1% | 0.37% | - |
| HSV(B) | 347.23º | 1% | 0.74% | - |
| XYZ | 21.12 | 10.84 | 2.99 | - |
| YUV | 60.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 40 | 0 | 1 | 0.79 | 0.26 | 347.23 | 1 | 0.37 |
| Hex | BC | 0 | 28 | 0 | 64 | 4F | 1A | 15B | 64 | 25 |
| Octal | 274 | 0 | 50 | 0 | 144 | 117 | 32 | 533 | 144 | 45 |
| Binary | 10111100 | 0 | 101000 | 0 | 1100100 | 1001111 | 11010 | 101011011 | 1100100 | 100101 |
Color Harmonies of #BC0028
Complementary color
Monochromatic Colors of #BC0028
Black with #BC0028
Text Example
Text Example
White with #BC0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0028; }
p { color: rgb(188,0,40); }
H1.HeaderClassName
{
color: #BC0028;
}
.AnyTagClassName
{
color: #BC0028;
}
</style>
background-color css
<style>
a { background-color: #BC0028; }
a { background-color: rgb(188,0,40); }
div.DivClassName
{
background-color: #BC0028;
}
.BgClassName
{
background-color: #BC0028;
}
</style>
border-color css
<style>
span { border-color: #BC0028; }
span { border-color: rgb(188,0,40); }
td.TdClassName
{
border-color: #BC0028;
}
.TagClassName
{
border-color: #BC0028;
}
</style>