#BC050A

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

Shades of Venetian Red #BC050A

Tints of Venetian Red #BC050A

Color information

#BC050A (or 0xBC050A) is unknown color: approx Venetian Red. HEX triplet: BC, 05 and 0A. RGB value is (188,5,10). Sum of RGB (Red+Green+Blue) = 188+5+10=203 (26% of max value = 765). Red value is 188 (73.83% from 255 or 92.61% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 188 - color contains mainly: red. Hex color #BC050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC050A is #43FAF5. Grayscale: #3C3C3C. Windows color (decimal): -4455158 or 656828. OLE color: 656828.

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

Color convert

RGB188510-
CMYK00.970.950.26
HSL358.36º94.82%37.84%-
HSV(B)358.36º97.34%73.73%-
XYZ20.8510.821.28-
YUV60.2999.63219.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 92.61%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 10 (4.30% from 255) = 4.93%
R=92.61%
G=2.46%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18851000.970.950.26358.3694.8237.84
HexBC5A0615F1A1665f26
Octal27451201411373254613746
Binary101111001011010011000011011111110101011001101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC050A; }

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

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

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

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

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

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

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

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