#BC0F23

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

Shades of Venetian Red #BC0F23

Tints of Venetian Red #BC0F23

Color information

#BC0F23 (or 0xBC0F23) is unknown color: approx Venetian Red. HEX triplet: BC, 0F and 23. RGB value is (188,15,35). Sum of RGB (Red+Green+Blue) = 188+15+35=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F23 is #43F0DC. Grayscale: #454545. Windows color (decimal): -4452573 or 2297788. OLE color: 2297788.

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

Color convert

RGB1881535-
CMYK00.920.810.26
HSL353.06º85.22%39.8%-
HSV(B)353.06º92.02%73.73%-
XYZ21.2111.152.63-
YUV69.01108.81212.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.99%
GREEN value IS 15 (6.25% from 255) = 6.30%
BLUE value IS 35 (14.06% from 255) = 14.71%
R=78.99%
G=6.30%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188153500.920.810.26353.0685.2239.8
HexBCF2305C511A1615528
Octal274174301341213254112550
Binary101111001111100011010111001010001110101011000011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0F23; }

 p { color: rgb(188,15,35); }

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

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

 a { background-color: rgb(188,15,35); }

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

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

 span { border-color: rgb(188,15,35); }

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