#BC0A20

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

Shades of Venetian Red #BC0A20

Tints of Venetian Red #BC0A20

Color information

#BC0A20 (or 0xBC0A20) is unknown color: approx Venetian Red. HEX triplet: BC, 0A and 20. RGB value is (188,10,32). Sum of RGB (Red+Green+Blue) = 188+10+32=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A20 is #43F5DF. Grayscale: #414141. Windows color (decimal): -4453856 or 2099900. OLE color: 2099900.

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

Color convert

RGB1881032-
CMYK00.950.830.26
HSL352.58º89.9%38.82%-
HSV(B)352.58º94.68%73.73%-
XYZ21.1111.012.38-
YUV65.73108.97215.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 81.74%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=81.74%
G=4.35%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188103200.950.830.26352.5889.938.82
HexBCA2005F531A1615a27
Octal274124001371233254113247
Binary101111001010100000010111111010011110101011000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A20; }

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

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

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

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

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

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

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

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