#bc000d

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

Shades of Venetian Red #BC000D

Tints of Venetian Red #BC000D

Color information

#BC000D (or 0xBC000D) is unknown color: approx Venetian Red. HEX triplet: BC, 00 and 0D. RGB value is (188,0,13). Sum of RGB (Red+Green+Blue) = 188+0+13=201 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.53% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 188 - color contains mainly: red. Hex color #BC000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC000D is #43FFF2. Grayscale: #393939. Windows color (decimal): -4456435 or 852156. OLE color: 852156.

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

Color convert

RGB188013-
CMYK010.930.26
HSL355.85º100%36.86%-
HSV(B)355.85º100%73.73%-
XYZ20.8110.721.35-
YUV57.69102.78220.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 93.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=93.53%
G=0%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188013010.930.26355.8510036.86
HexBC0D0645D1A1646425
Octal27401501441353254414445
Binary1011110001101011001001011101110101011001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc000d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc000d; }

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

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

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

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

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

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

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

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