#BC0002

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

Shades of Venetian Red #BC0002

Tints of Venetian Red #BC0002

Color information

#BC0002 (or 0xBC0002) is unknown color: approx Venetian Red. HEX triplet: BC, 00 and 02. RGB value is (188,0,2). Sum of RGB (Red+Green+Blue) = 188+0+2=190 (25% of max value = 765). Red value is 188 (73.83% from 255 or 98.95% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0002 is #43FFFD. Grayscale: #383838. Windows color (decimal): -4456446 or 131260. OLE color: 131260.

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

Color convert

RGB18802-
CMYK010.990.26
HSL359.36º100%36.86%-
HSV(B)359.36º100%73.73%-
XYZ20.7510.71.03-
YUV56.4497.28221.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 98.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=98.95%
G=0%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18802010.990.26359.3610036.86
HexBC02064631A1676425
Octal2740201441433254714445
Binary10111100010011001001100011110101011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0002; }

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

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

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

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

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

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

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

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