#BC0C11

Color #BC0C11 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BC0C11

Tints of Venetian Red #BC0C11

Color information

#BC0C11 (or 0xBC0C11) is unknown color: approx Venetian Red. HEX triplet: BC, 0C and 11. RGB value is (188,12,17). Sum of RGB (Red+Green+Blue) = 188+12+17=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C11 is #43F3EE. Grayscale: #414141. Windows color (decimal): -4453359 or 1117372. OLE color: 1117372.

HSL color Cylindrical-coordinate representation of color #BC0C11: hue angle of 358.3º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C11 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB1881217-
CMYK00.940.910.26
HSL358.3º88%39.22%-
HSV(B)358.3º93.62%73.73%-
XYZ20.9710.991.55-
YUV65.19100.81215.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 86.64%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=86.64%
G=5.53%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188121700.940.910.26358.38839.22
HexBCC1105E5B1A1665827
Octal274142101361333254613047
Binary10111100110010001010111101011011110101011001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0C11; }

 p { color: rgb(188,12,17); }

 H1.HeaderClassName
 {
   color: #BC0C11;
 }
 .AnyTagClassName
 {
   color: #BC0C11;
 }
</style>
background-color css

<style>
 a { background-color: #BC0C11; }

 a { background-color: rgb(188,12,17); }

 div.DivClassName
 {
   background-color: #BC0C11;
 }
 .BgClassName
 {
   background-color: #BC0C11;
 }
</style>
border-color css

<style>
 span { border-color: #BC0C11; }

 span { border-color: rgb(188,12,17); }

 td.TdClassName
 {
   border-color: #BC0C11;
 }
 .TagClassName
 {
   border-color: #BC0C11;
 }
</style>