Shades of Venetian Red #BC0228
Tints of Venetian Red #BC0228
RGB
CMYK
RGB Variations
Color information
#BC0228 (or 0xBC0228) is known color: Venetian Red. HEX triplet: BC, 02 and 28. RGB value is (188,2,40). Sum of RGB (Red+Green+Blue) = 188+2+40=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0228 is #43FDD7. Grayscale: #3D3D3D. Windows color (decimal): -4455896 or 2622140. OLE color: 2622140.
HSL color Cylindrical-coordinate representation of color #BC0228: hue angle of 347.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0228 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.26 |
| HSL | 347.74º | 0.98% | 0.37% | - |
| HSV(B) | 347.74º | 0.99% | 0.74% | - |
| XYZ | 21.14 | 10.89 | 2.99 | - |
| YUV | 61.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 40 | 0 | 0.99 | 0.79 | 0.26 | 347.74 | 0.98 | 0.37 |
| Hex | BC | 2 | 28 | 0 | 63 | 4F | 1A | 15C | 62 | 25 |
| Octal | 274 | 2 | 50 | 0 | 143 | 117 | 32 | 534 | 142 | 45 |
| Binary | 10111100 | 10 | 101000 | 0 | 1100011 | 1001111 | 11010 | 101011100 | 1100010 | 100101 |
Color Harmonies of #BC0228
Complementary color
Monochromatic Colors of #BC0228
Black with #BC0228
Text Example
Text Example
White with #BC0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0228; }
p { color: rgb(188,2,40); }
H1.HeaderClassName
{
color: #BC0228;
}
.AnyTagClassName
{
color: #BC0228;
}
</style>
background-color css
<style>
a { background-color: #BC0228; }
a { background-color: rgb(188,2,40); }
div.DivClassName
{
background-color: #BC0228;
}
.BgClassName
{
background-color: #BC0228;
}
</style>
border-color css
<style>
span { border-color: #BC0228; }
span { border-color: rgb(188,2,40); }
td.TdClassName
{
border-color: #BC0228;
}
.TagClassName
{
border-color: #BC0228;
}
</style>