#BC0006

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

Shades of Venetian Red #BC0006

Tints of Venetian Red #BC0006

Color information

#BC0006 (or 0xBC0006) is unknown color: approx Venetian Red. HEX triplet: BC, 00 and 06. RGB value is (188,0,6). Sum of RGB (Red+Green+Blue) = 188+0+6=194 (25% of max value = 765). Red value is 188 (73.83% from 255 or 96.91% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0006 is #43FFF9. Grayscale: #393939. Windows color (decimal): -4456442 or 393404. OLE color: 393404.

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

Color convert

RGB18806-
CMYK010.970.26
HSL358.09º100%36.86%-
HSV(B)358.09º100%73.73%-
XYZ20.7710.71.14-
YUV56.999.28221.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 96.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=96.91%
G=0%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18806010.970.26358.0910036.86
HexBC06064611A1666425
Octal2740601441413254614445
Binary101111000110011001001100001110101011001101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0006; }

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

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

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

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

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

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

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

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