#BC0E15

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

Shades of Venetian Red #BC0E15

Tints of Venetian Red #BC0E15

Color information

#BC0E15 (or 0xBC0E15) is unknown color: approx Venetian Red. HEX triplet: BC, 0E and 15. RGB value is (188,14,21). Sum of RGB (Red+Green+Blue) = 188+14+21=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0E15 is #43F1EA. Grayscale: #424242. Windows color (decimal): -4452843 or 1380028. OLE color: 1380028.

HSL color Cylindrical-coordinate representation of color #BC0E15: hue angle of 357.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E15 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB1881421-
CMYK00.930.890.26
HSL357.59º86.14%39.61%-
HSV(B)357.59º92.55%73.73%-
XYZ21.0311.061.74-
YUV66.82102.15214.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 84.30%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=84.30%
G=6.28%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188142100.930.890.26357.5986.1439.61
HexBCE1505D591A1665628
Octal274162501351313254612650
Binary10111100111010101010111011011001110101011001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E15; }

 p { color: rgb(188,14,21); }

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

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

 a { background-color: rgb(188,14,21); }

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

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

 span { border-color: rgb(188,14,21); }

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