#BC0211

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

Shades of Venetian Red #BC0211

Tints of Venetian Red #BC0211

Color information

#BC0211 (or 0xBC0211) is unknown color: approx Venetian Red. HEX triplet: BC, 02 and 11. RGB value is (188,2,17). Sum of RGB (Red+Green+Blue) = 188+2+17=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0211 is #43FDEE. Grayscale: #3B3B3B. Windows color (decimal): -4455919 or 1114812. OLE color: 1114812.

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

Color convert

RGB188217-
CMYK00.990.910.26
HSL355.16º97.89%37.25%-
HSV(B)355.16º98.94%73.73%-
XYZ20.8610.781.51-
YUV59.32104.12219.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 90.82%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=90.82%
G=0.97%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18821700.990.910.26355.1697.8937.25
HexBC2110635B1A1636225
Octal27422101431333254314245
Binary101111001010001011000111011011110101011000111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0211; }

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

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

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

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

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

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

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

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