#BC1213

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

Shades of Venetian Red #BC1213

Tints of Venetian Red #BC1213

Color information

#BC1213 (or 0xBC1213) is unknown color: approx Venetian Red. HEX triplet: BC, 12 and 13. RGB value is (188,18,19). Sum of RGB (Red+Green+Blue) = 188+18+19=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1213 is #43EDEC. Grayscale: #454545. Windows color (decimal): -4451821 or 1249980. OLE color: 1249980.

HSL color Cylindrical-coordinate representation of color #BC1213: hue angle of 359.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1213 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1881819-
CMYK00.900.900.26
HSL359.65º82.52%40.39%-
HSV(B)359.65º90.43%73.73%-
XYZ21.0711.171.66-
YUV68.9499.82212.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 83.56%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=83.56%
G=8%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188181900.900.900.26359.6582.5240.39
HexBC121305A5A1A1685328
Octal274222301321323255012350
Binary101111001001010011010110101011010110101011010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1213; }

 p { color: rgb(188,18,19); }

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

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

 a { background-color: rgb(188,18,19); }

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

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

 span { border-color: rgb(188,18,19); }

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