#BC0613

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

Shades of Venetian Red #BC0613

Tints of Venetian Red #BC0613

Color information

#BC0613 (or 0xBC0613) is unknown color: approx Venetian Red. HEX triplet: BC, 06 and 13. RGB value is (188,6,19). Sum of RGB (Red+Green+Blue) = 188+6+19=213 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.26% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0613 is #43F9EC. Grayscale: #3E3E3E. Windows color (decimal): -4454893 or 1246908. OLE color: 1246908.

HSL color Cylindrical-coordinate representation of color #BC0613: hue angle of 355.71º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0613 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB188619-
CMYK00.970.900.26
HSL355.71º93.81%38.04%-
HSV(B)355.71º96.81%73.73%-
XYZ20.9210.871.61-
YUV61.9103.8217.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 88.26%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=88.26%
G=2.82%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18861900.970.900.26355.7193.8138.04
HexBC6130615A1A1645e26
Octal27462301411323254413646
Binary1011110011010011011000011011010110101011001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0613; }

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

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

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

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

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

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

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

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