Shades of Venetian Red #BC041C
Tints of Venetian Red #BC041C
RGB
CMYK
RGB Variations
Color information
#BC041C (or 0xBC041C) is known color: Venetian Red. HEX triplet: BC, 04 and 1C. RGB value is (188,4,28). Sum of RGB (Red+Green+Blue) = 188+4+28=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC041C is #43FBE3. Grayscale: #3D3D3D. Windows color (decimal): -4455396 or 1836220. OLE color: 1836220.
HSL color Cylindrical-coordinate representation of color #BC041C: hue angle of 352.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC041C is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.26 |
| HSL | 352.17º | 0.96% | 0.38% | - |
| HSV(B) | 352.17º | 0.98% | 0.74% | - |
| XYZ | 20.99 | 10.86 | 2.09 | - |
| YUV | 61.75 | 108.96 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 28 | 0 | 0.98 | 0.85 | 0.26 | 352.17 | 0.96 | 0.38 |
| Hex | BC | 4 | 1C | 0 | 62 | 55 | 1A | 160 | 60 | 26 |
| Octal | 274 | 4 | 34 | 0 | 142 | 125 | 32 | 540 | 140 | 46 |
| Binary | 10111100 | 100 | 11100 | 0 | 1100010 | 1010101 | 11010 | 101100000 | 1100000 | 100110 |
Color Harmonies of #BC041C
Complementary color
Monochromatic Colors of #BC041C
Black with #BC041C
Text Example
Text Example
White with #BC041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC041C; }
p { color: rgb(188,4,28); }
H1.HeaderClassName
{
color: #BC041C;
}
.AnyTagClassName
{
color: #BC041C;
}
</style>
background-color css
<style>
a { background-color: #BC041C; }
a { background-color: rgb(188,4,28); }
div.DivClassName
{
background-color: #BC041C;
}
.BgClassName
{
background-color: #BC041C;
}
</style>
border-color css
<style>
span { border-color: #BC041C; }
span { border-color: rgb(188,4,28); }
td.TdClassName
{
border-color: #BC041C;
}
.TagClassName
{
border-color: #BC041C;
}
</style>