#BC091C

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

Shades of Venetian Red #BC091C

Tints of Venetian Red #BC091C

Color information

#BC091C (or 0xBC091C) is unknown color: approx Venetian Red. HEX triplet: BC, 09 and 1C. RGB value is (188,9,28). Sum of RGB (Red+Green+Blue) = 188+9+28=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC091C is #43F6E3. Grayscale: #404040. Windows color (decimal): -4454116 or 1837500. OLE color: 1837500.

HSL color Cylindrical-coordinate representation of color #BC091C: hue angle of 353.63º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC091C is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB188928-
CMYK00.950.850.26
HSL353.63º90.86%38.63%-
HSV(B)353.63º95.21%73.73%-
XYZ21.0510.972.11-
YUV64.69107.3215.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.56%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=83.56%
G=4%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18892800.950.850.26353.6390.8638.63
HexBC91C05F551A1625b27
Octal274113401371253254213347
Binary10111100100111100010111111010101110101011000101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC091C; }

 p { color: rgb(188,9,28); }

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

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

 a { background-color: rgb(188,9,28); }

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

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

 span { border-color: rgb(188,9,28); }

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