#BC0008

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

Shades of Venetian Red #BC0008

Tints of Venetian Red #BC0008

Color information

#BC0008 (or 0xBC0008) is unknown color: approx Venetian Red. HEX triplet: BC, 00 and 08. RGB value is (188,0,8). Sum of RGB (Red+Green+Blue) = 188+0+8=196 (25% of max value = 765). Red value is 188 (73.83% from 255 or 95.92% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0008 is #43FFF7. Grayscale: #393939. Windows color (decimal): -4456440 or 524476. OLE color: 524476.

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

Color convert

RGB18808-
CMYK010.960.26
HSL357.45º100%36.86%-
HSV(B)357.45º100%73.73%-
XYZ20.7810.711.2-
YUV57.12100.28221.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 95.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=95.92%
G=0%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18808010.960.26357.4510036.86
HexBC08064601A1656425
Octal27401001441403254514445
Binary1011110001000011001001100000110101011001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0008; }

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

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

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

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

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

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

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

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