Shades of Venetian Red #BC0928
Tints of Venetian Red #BC0928
RGB
CMYK
RGB Variations
Color information
#BC0928 (or 0xBC0928) is known color: Venetian Red. HEX triplet: BC, 09 and 28. RGB value is (188,9,40). Sum of RGB (Red+Green+Blue) = 188+9+40=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0928 is #43F6D7. Grayscale: #424242. Windows color (decimal): -4454104 or 2623932. OLE color: 2623932.
HSL color Cylindrical-coordinate representation of color #BC0928: hue angle of 349.61º 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 #BC0928 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 40 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.26 |
| HSL | 349.61º | 0.91% | 0.39% | - |
| HSV(B) | 349.61º | 0.95% | 0.74% | - |
| XYZ | 21.22 | 11.04 | 3.02 | - |
| YUV | 66.06 | 113.3 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 40 | 0 | 0.95 | 0.79 | 0.26 | 349.61 | 0.91 | 0.39 |
| Hex | BC | 9 | 28 | 0 | 5F | 4F | 1A | 15E | 5B | 27 |
| Octal | 274 | 11 | 50 | 0 | 137 | 117 | 32 | 536 | 133 | 47 |
| Binary | 10111100 | 1001 | 101000 | 0 | 1011111 | 1001111 | 11010 | 101011110 | 1011011 | 100111 |
Color Harmonies of #BC0928
Complementary color
Monochromatic Colors of #BC0928
Black with #BC0928
Text Example
Text Example
White with #BC0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0928; }
p { color: rgb(188,9,40); }
H1.HeaderClassName
{
color: #BC0928;
}
.AnyTagClassName
{
color: #BC0928;
}
</style>
background-color css
<style>
a { background-color: #BC0928; }
a { background-color: rgb(188,9,40); }
div.DivClassName
{
background-color: #BC0928;
}
.BgClassName
{
background-color: #BC0928;
}
</style>
border-color css
<style>
span { border-color: #BC0928; }
span { border-color: rgb(188,9,40); }
td.TdClassName
{
border-color: #BC0928;
}
.TagClassName
{
border-color: #BC0928;
}
</style>