#BC0E19

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

Shades of Venetian Red #BC0E19

Tints of Venetian Red #BC0E19

Color information

#BC0E19 (or 0xBC0E19) is unknown color: approx Venetian Red. HEX triplet: BC, 0E and 19. RGB value is (188,14,25). Sum of RGB (Red+Green+Blue) = 188+14+25=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0E19 is #43F1E6. Grayscale: #434343. Windows color (decimal): -4452839 or 1642172. OLE color: 1642172.

HSL color Cylindrical-coordinate representation of color #BC0E19: hue angle of 356.21º 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 #BC0E19 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1881425-
CMYK00.930.870.26
HSL356.21º86.14%39.61%-
HSV(B)356.21º92.55%73.73%-
XYZ21.0711.081.95-
YUV67.28104.15214.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 82.82%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=82.82%
G=6.17%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188142500.930.870.26356.2186.1439.61
HexBCE1905D571A1645628
Octal274163101351273254412650
Binary10111100111011001010111011010111110101011001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0E19; }

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

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

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

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

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

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

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

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