#BC050B

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

Shades of Venetian Red #BC050B

Tints of Venetian Red #BC050B

Color information

#BC050B (or 0xBC050B) is unknown color: approx Venetian Red. HEX triplet: BC, 05 and 0B. RGB value is (188,5,11). Sum of RGB (Red+Green+Blue) = 188+5+11=204 (27% of max value = 765). Red value is 188 (73.83% from 255 or 92.16% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 188 - color contains mainly: red. Hex color #BC050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC050B is #43FAF4. Grayscale: #3C3C3C. Windows color (decimal): -4455157 or 722364. OLE color: 722364.

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

Color convert

RGB188511-
CMYK00.970.940.26
HSL358.03º94.82%37.84%-
HSV(B)358.03º97.34%73.73%-
XYZ20.8510.821.31-
YUV60.4100.13219.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 92.16%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=92.16%
G=2.45%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18851100.970.940.26358.0394.8237.84
HexBC5B0615E1A1665f26
Octal27451301411363254613746
Binary101111001011011011000011011110110101011001101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC050B; }

 p { color: rgb(188,5,11); }

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

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

 a { background-color: rgb(188,5,11); }

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

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

 span { border-color: rgb(188,5,11); }

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