#BC0510

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

Shades of Venetian Red #BC0510

Tints of Venetian Red #BC0510

Color information

#BC0510 (or 0xBC0510) is unknown color: approx Venetian Red. HEX triplet: BC, 05 and 10. RGB value is (188,5,16). Sum of RGB (Red+Green+Blue) = 188+5+16=209 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.95% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0510 is #43FAEF. Grayscale: #3D3D3D. Windows color (decimal): -4455152 or 1050044. OLE color: 1050044.

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

Color convert

RGB188516-
CMYK00.970.910.26
HSL356.39º94.82%37.84%-
HSV(B)356.39º97.34%73.73%-
XYZ20.8910.841.48-
YUV60.97102.63218.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 89.95%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=89.95%
G=2.39%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18851600.970.910.26356.3994.8237.84
HexBC5100615B1A1645f26
Octal27452001411333254413746
Binary1011110010110000011000011011011110101011001001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0510; }

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

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

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

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

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

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

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

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