#BC1618

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

Shades of Venetian Red #BC1618

Tints of Venetian Red #BC1618

Color information

#BC1618 (or 0xBC1618) is unknown color: approx Venetian Red. HEX triplet: BC, 16 and 18. RGB value is (188,22,24). Sum of RGB (Red+Green+Blue) = 188+22+24=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1618 is #43E9E7. Grayscale: #484848. Windows color (decimal): -4450792 or 1578684. OLE color: 1578684.

HSL color Cylindrical-coordinate representation of color #BC1618: hue angle of 359.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1618 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1882224-
CMYK00.880.870.26
HSL359.28º79.05%41.18%-
HSV(B)359.28º88.3%73.73%-
XYZ21.1911.331.93-
YUV71.86101210.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 80.34%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=80.34%
G=9.40%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188222400.880.870.26359.2879.0541.18
HexBC1618058571A1674f29
Octal274263001301273254711751
Binary101111001011011000010110001010111110101011001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1618; }

 p { color: rgb(188,22,24); }

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

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

 a { background-color: rgb(188,22,24); }

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

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

 span { border-color: rgb(188,22,24); }

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