#BC0007

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

Shades of Venetian Red #BC0007

Tints of Venetian Red #BC0007

Color information

#BC0007 (or 0xBC0007) is unknown color: approx Venetian Red. HEX triplet: BC, 00 and 07. RGB value is (188,0,7). Sum of RGB (Red+Green+Blue) = 188+0+7=195 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.41% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0007 is #43FFF8. Grayscale: #393939. Windows color (decimal): -4456441 or 458940. OLE color: 458940.

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

Color convert

RGB18807-
CMYK010.960.26
HSL357.77º100%36.86%-
HSV(B)357.77º100%73.73%-
XYZ20.7810.711.17-
YUV57.0199.78221.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 96.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 3.59%
R=96.41%
G=0%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18807010.960.26357.7710036.86
HexBC07064601A1666425
Octal2740701441403254614445
Binary101111000111011001001100000110101011001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0007; }

 p { color: rgb(188,0,7); }

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

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

 a { background-color: rgb(188,0,7); }

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

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

 span { border-color: rgb(188,0,7); }

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