Shades of Venetian Red #BC0926
Tints of Venetian Red #BC0926
RGB
CMYK
RGB Variations
Color information
#BC0926 (or 0xBC0926) is known color: Venetian Red. HEX triplet: BC, 09 and 26. RGB value is (188,9,38). Sum of RGB (Red+Green+Blue) = 188+9+38=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0926 is #43F6D9. Grayscale: #414141. Windows color (decimal): -4454106 or 2492860. OLE color: 2492860.
HSL color Cylindrical-coordinate representation of color #BC0926: hue angle of 350.28º 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 #BC0926 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 38 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.26 |
| HSL | 350.28º | 0.91% | 0.39% | - |
| HSV(B) | 350.28º | 0.95% | 0.74% | - |
| XYZ | 21.19 | 11.03 | 2.85 | - |
| YUV | 65.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 38 | 0 | 0.95 | 0.80 | 0.26 | 350.28 | 0.91 | 0.39 |
| Hex | BC | 9 | 26 | 0 | 5F | 50 | 1A | 15E | 5B | 27 |
| Octal | 274 | 11 | 46 | 0 | 137 | 120 | 32 | 536 | 133 | 47 |
| Binary | 10111100 | 1001 | 100110 | 0 | 1011111 | 1010000 | 11010 | 101011110 | 1011011 | 100111 |
Color Harmonies of #BC0926
Complementary color
Monochromatic Colors of #BC0926
Black with #BC0926
Text Example
Text Example
White with #BC0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0926; }
p { color: rgb(188,9,38); }
H1.HeaderClassName
{
color: #BC0926;
}
.AnyTagClassName
{
color: #BC0926;
}
</style>
background-color css
<style>
a { background-color: #BC0926; }
a { background-color: rgb(188,9,38); }
div.DivClassName
{
background-color: #BC0926;
}
.BgClassName
{
background-color: #BC0926;
}
</style>
border-color css
<style>
span { border-color: #BC0926; }
span { border-color: rgb(188,9,38); }
td.TdClassName
{
border-color: #BC0926;
}
.TagClassName
{
border-color: #BC0926;
}
</style>