#BC091A

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

Shades of Venetian Red #BC091A

Tints of Venetian Red #BC091A

Color information

#BC091A (or 0xBC091A) is unknown color: approx Venetian Red. HEX triplet: BC, 09 and 1A. RGB value is (188,9,26). Sum of RGB (Red+Green+Blue) = 188+9+26=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC091A is #43F6E5. Grayscale: #404040. Windows color (decimal): -4454118 or 1706428. OLE color: 1706428.

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

Color convert

RGB188926-
CMYK00.950.860.26
HSL354.3º90.86%38.63%-
HSV(B)354.3º95.21%73.73%-
XYZ21.0210.961.98-
YUV64.46106.3216.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 84.30%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=84.30%
G=4.04%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18892600.950.860.26354.390.8638.63
HexBC91A05F561A1625b27
Octal274113201371263254213347
Binary10111100100111010010111111010110110101011000101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC091A; }

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

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

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

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

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

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

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

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