#BC0311

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

Shades of Venetian Red #BC0311

Tints of Venetian Red #BC0311

Color information

#BC0311 (or 0xBC0311) is unknown color: approx Venetian Red. HEX triplet: BC, 03 and 11. RGB value is (188,3,17). Sum of RGB (Red+Green+Blue) = 188+3+17=208 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.38% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0311 is #43FCEE. Grayscale: #3C3C3C. Windows color (decimal): -4455663 or 1115068. OLE color: 1115068.

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

Color convert

RGB188317-
CMYK00.980.910.26
HSL355.46º96.86%37.45%-
HSV(B)355.46º98.4%73.73%-
XYZ20.8710.81.51-
YUV59.91103.79219.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 90.38%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 17 (7.03% from 255) = 8.17%
R=90.38%
G=1.44%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18831700.980.910.26355.4696.8637.45
HexBC3110625B1A1636125
Octal27432101421333254314145
Binary101111001110001011000101011011110101011000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0311; }

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

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

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

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

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

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

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

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