#BC131A

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

Shades of Venetian Red #BC131A

Tints of Venetian Red #BC131A

Color information

#BC131A (or 0xBC131A) is unknown color: approx Venetian Red. HEX triplet: BC, 13 and 1A. RGB value is (188,19,26). Sum of RGB (Red+Green+Blue) = 188+19+26=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC131A is #43ECE5. Grayscale: #464646. Windows color (decimal): -4451558 or 1708988. OLE color: 1708988.

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

Color convert

RGB1881926-
CMYK00.900.860.26
HSL357.51º81.64%40.59%-
HSV(B)357.51º89.89%73.73%-
XYZ21.1611.232.03-
YUV70.33102.99211.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 80.69%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=80.69%
G=8.15%
B=11.16%

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
Decimal188192600.900.860.26357.5181.6440.59
HexBC131A05A561A1665229
Octal274233201321263254612251
Binary101111001001111010010110101010110110101011001101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC131A; }

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

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

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

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

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

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

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

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