#BC131C

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

Shades of Venetian Red #BC131C

Tints of Venetian Red #BC131C

Color information

#BC131C (or 0xBC131C) is unknown color: approx Venetian Red. HEX triplet: BC, 13 and 1C. RGB value is (188,19,28). Sum of RGB (Red+Green+Blue) = 188+19+28=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC131C is #43ECE3. Grayscale: #464646. Windows color (decimal): -4451556 or 1840060. OLE color: 1840060.

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

Color convert

RGB1881928-
CMYK00.900.850.26
HSL356.8º81.64%40.59%-
HSV(B)356.8º89.89%73.73%-
XYZ21.1811.242.15-
YUV70.56103.99211.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 80%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=80%
G=8.09%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188192800.900.850.26356.881.6440.59
HexBC131C05A551A1655229
Octal274233401321253254512251
Binary101111001001111100010110101010101110101011001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC131C; }

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

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

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

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

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

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

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

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