Shades of Venetian Red #BC131B
Tints of Venetian Red #BC131B
RGB
CMYK
RGB Variations
Color information
#BC131B (or 0xBC131B) is known color: Venetian Red. HEX triplet: BC, 13 and 1B. RGB value is (188,19,27). Sum of RGB (Red+Green+Blue) = 188+19+27=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC131B is #43ECE4. Grayscale: #464646. Windows color (decimal): -4451557 or 1774524. OLE color: 1774524.
HSL color Cylindrical-coordinate representation of color #BC131B: hue angle of 357.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.26 |
| HSL | 357.16º | 0.82% | 0.41% | - |
| HSV(B) | 357.16º | 0.9% | 0.74% | - |
| XYZ | 21.17 | 11.24 | 2.09 | - |
| YUV | 70.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 27 | 0 | 0.90 | 0.86 | 0.26 | 357.16 | 0.82 | 0.41 |
| Hex | BC | 13 | 1B | 0 | 5A | 56 | 1A | 165 | 52 | 29 |
| Octal | 274 | 23 | 33 | 0 | 132 | 126 | 32 | 545 | 122 | 51 |
| Binary | 10111100 | 10011 | 11011 | 0 | 1011010 | 1010110 | 11010 | 101100101 | 1010010 | 101001 |
Color Harmonies of #BC131B
Complementary color
Monochromatic Colors of #BC131B
Black with #BC131B
Text Example
Text Example
White with #BC131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC131B; }
p { color: rgb(188,19,27); }
H1.HeaderClassName
{
color: #BC131B;
}
.AnyTagClassName
{
color: #BC131B;
}
</style>
background-color css
<style>
a { background-color: #BC131B; }
a { background-color: rgb(188,19,27); }
div.DivClassName
{
background-color: #BC131B;
}
.BgClassName
{
background-color: #BC131B;
}
</style>
border-color css
<style>
span { border-color: #BC131B; }
span { border-color: rgb(188,19,27); }
td.TdClassName
{
border-color: #BC131B;
}
.TagClassName
{
border-color: #BC131B;
}
</style>