#BC091B

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

Shades of Venetian Red #BC091B

Tints of Venetian Red #BC091B

Color information

#BC091B (or 0xBC091B) is unknown color: approx Venetian Red. HEX triplet: BC, 09 and 1B. RGB value is (188,9,27). Sum of RGB (Red+Green+Blue) = 188+9+27=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC091B is #43F6E4. Grayscale: #404040. Windows color (decimal): -4454117 or 1771964. OLE color: 1771964.

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

Color convert

RGB188927-
CMYK00.950.860.26
HSL353.97º90.86%38.63%-
HSV(B)353.97º95.21%73.73%-
XYZ21.0310.972.04-
YUV64.57106.8216.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.93%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 27 (10.94% from 255) = 12.05%
R=83.93%
G=4.02%
B=12.05%

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
Decimal18892700.950.860.26353.9790.8638.63
HexBC91B05F561A1625b27
Octal274113301371263254213347
Binary10111100100111011010111111010110110101011000101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC091B; }

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

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

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

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

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

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

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

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