#bc032d

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

Shades of Venetian Red #BC032D

Tints of Venetian Red #BC032D

Color information

#BC032D (or 0xBC032D) is unknown color: approx Venetian Red. HEX triplet: BC, 03 and 2D. RGB value is (188,3,45). Sum of RGB (Red+Green+Blue) = 188+3+45=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC032D is #43FCD2. Grayscale: #3F3F3F. Windows color (decimal): -4455635 or 2950076. OLE color: 2950076.

HSL color Cylindrical-coordinate representation of color #BC032D: hue angle of 346.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC032D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB188345-
CMYK00.980.760.26
HSL346.38º96.86%37.45%-
HSV(B)346.38º98.4%73.73%-
XYZ21.2510.953.48-
YUV63.1117.79217.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.66%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=79.66%
G=1.27%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18834500.980.760.26346.3896.8637.45
HexBC32D0624C1A15a6125
Octal27435501421143253214145
Binary1011110011101101011000101001100110101010110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc032d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc032d; }

 p { color: rgb(188,3,45); }

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

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

 a { background-color: rgb(188,3,45); }

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

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

 span { border-color: rgb(188,3,45); }

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