Shades of Venetian Red #BC061C
Tints of Venetian Red #BC061C
RGB
CMYK
RGB Variations
Color information
#BC061C (or 0xBC061C) is known color: Venetian Red. HEX triplet: BC, 06 and 1C. RGB value is (188,6,28). Sum of RGB (Red+Green+Blue) = 188+6+28=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC061C is #43F9E3. Grayscale: #3F3F3F. Windows color (decimal): -4454884 or 1836732. OLE color: 1836732.
HSL color Cylindrical-coordinate representation of color #BC061C: hue angle of 352.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC061C is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.26 |
| HSL | 352.75º | 0.94% | 0.38% | - |
| HSV(B) | 352.75º | 0.97% | 0.74% | - |
| XYZ | 21.01 | 10.91 | 2.1 | - |
| YUV | 62.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 28 | 0 | 0.97 | 0.85 | 0.26 | 352.75 | 0.94 | 0.38 |
| Hex | BC | 6 | 1C | 0 | 61 | 55 | 1A | 161 | 5E | 26 |
| Octal | 274 | 6 | 34 | 0 | 141 | 125 | 32 | 541 | 136 | 46 |
| Binary | 10111100 | 110 | 11100 | 0 | 1100001 | 1010101 | 11010 | 101100001 | 1011110 | 100110 |
Color Harmonies of #BC061C
Complementary color
Monochromatic Colors of #BC061C
Black with #BC061C
Text Example
Text Example
White with #BC061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC061C; }
p { color: rgb(188,6,28); }
H1.HeaderClassName
{
color: #BC061C;
}
.AnyTagClassName
{
color: #BC061C;
}
</style>
background-color css
<style>
a { background-color: #BC061C; }
a { background-color: rgb(188,6,28); }
div.DivClassName
{
background-color: #BC061C;
}
.BgClassName
{
background-color: #BC061C;
}
</style>
border-color css
<style>
span { border-color: #BC061C; }
span { border-color: rgb(188,6,28); }
td.TdClassName
{
border-color: #BC061C;
}
.TagClassName
{
border-color: #BC061C;
}
</style>