#BA111F

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

Shades of Venetian Red #BA111F

Tints of Venetian Red #BA111F

Color information

#BA111F (or 0xBA111F) is unknown color: approx Venetian Red. HEX triplet: BA, 11 and 1F. RGB value is (186,17,31). Sum of RGB (Red+Green+Blue) = 186+17+31=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA111F is #45EEE0. Grayscale: #454545. Windows color (decimal): -4583137 or 2036154. OLE color: 2036154.

HSL color Cylindrical-coordinate representation of color #BA111F: hue angle of 355.03º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA111F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1861731-
CMYK00.910.830.27
HSL355.03º83.25%39.8%-
HSV(B)355.03º90.86%72.94%-
XYZ20.710.942.32-
YUV69.13106.49211.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.49%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=79.49%
G=7.26%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186173100.910.830.27355.0383.2539.8
HexBA111F05B531B1635328
Octal272213701331233354312350
Binary101110101000111111010110111010011110111011000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA111F; }

 p { color: rgb(186,17,31); }

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

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

 a { background-color: rgb(186,17,31); }

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

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

 span { border-color: rgb(186,17,31); }

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