#BC0614

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

Shades of Venetian Red #BC0614

Tints of Venetian Red #BC0614

Color information

#BC0614 (or 0xBC0614) is unknown color: approx Venetian Red. HEX triplet: BC, 06 and 14. RGB value is (188,6,20). Sum of RGB (Red+Green+Blue) = 188+6+20=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0614 is #43F9EB. Grayscale: #3E3E3E. Windows color (decimal): -4454892 or 1312444. OLE color: 1312444.

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

Color convert

RGB188620-
CMYK00.970.890.26
HSL355.38º93.81%38.04%-
HSV(B)355.38º96.81%73.73%-
XYZ20.9310.871.66-
YUV62.01104.3217.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 87.85%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=87.85%
G=2.80%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18862000.970.890.26355.3893.8138.04
HexBC614061591A1635e26
Octal27462401411313254313646
Binary1011110011010100011000011011001110101011000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0614; }

 p { color: rgb(188,6,20); }

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

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

 a { background-color: rgb(188,6,20); }

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

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

 span { border-color: rgb(188,6,20); }

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