#BC131B

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

Shades of Venetian Red #BC131B

Tints of Venetian Red #BC131B

Color information

#BC131B (or 0xBC131B) is unknown color: approx Venetian Red. HEX triplet: BC, 13 and 1B. RGB value is (188,19,27). Sum of RGB (Red+Green+Blue) = 188+19+27=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC131B is #43ECE4. Grayscale: #464646. Windows color (decimal): -4451557 or 1774524. OLE color: 1774524.

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

Color convert

RGB1881927-
CMYK00.900.860.26
HSL357.16º81.64%40.59%-
HSV(B)357.16º89.89%73.73%-
XYZ21.1711.242.09-
YUV70.44103.49211.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 80.34%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=80.34%
G=8.12%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188192700.900.860.26357.1681.6440.59
HexBC131B05A561A1655229
Octal274233301321263254512251
Binary101111001001111011010110101010110110101011001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC131B; }

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

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

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

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

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

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

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

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