Shades of Venetian Red #BC082B
Tints of Venetian Red #BC082B
RGB
CMYK
RGB Variations
Color information
#BC082B (or 0xBC082B) is known color: Venetian Red. HEX triplet: BC, 08 and 2B. RGB value is (188,8,43). Sum of RGB (Red+Green+Blue) = 188+8+43=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC082B is #43F7D4. Grayscale: #414141. Windows color (decimal): -4454357 or 2820284. OLE color: 2820284.
HSL color Cylindrical-coordinate representation of color #BC082B: hue angle of 348.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC082B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.26 |
| HSL | 348.33º | 0.92% | 0.38% | - |
| HSV(B) | 348.33º | 0.96% | 0.74% | - |
| XYZ | 21.26 | 11.04 | 3.3 | - |
| YUV | 65.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 43 | 0 | 0.96 | 0.77 | 0.26 | 348.33 | 0.92 | 0.38 |
| Hex | BC | 8 | 2B | 0 | 60 | 4D | 1A | 15C | 5C | 26 |
| Octal | 274 | 10 | 53 | 0 | 140 | 115 | 32 | 534 | 134 | 46 |
| Binary | 10111100 | 1000 | 101011 | 0 | 1100000 | 1001101 | 11010 | 101011100 | 1011100 | 100110 |
Color Harmonies of #BC082B
Complementary color
Monochromatic Colors of #BC082B
Black with #BC082B
Text Example
Text Example
White with #BC082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC082B; }
p { color: rgb(188,8,43); }
H1.HeaderClassName
{
color: #BC082B;
}
.AnyTagClassName
{
color: #BC082B;
}
</style>
background-color css
<style>
a { background-color: #BC082B; }
a { background-color: rgb(188,8,43); }
div.DivClassName
{
background-color: #BC082B;
}
.BgClassName
{
background-color: #BC082B;
}
</style>
border-color css
<style>
span { border-color: #BC082B; }
span { border-color: rgb(188,8,43); }
td.TdClassName
{
border-color: #BC082B;
}
.TagClassName
{
border-color: #BC082B;
}
</style>