#ba1112

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

Shades of Venetian Red #BA1112

Tints of Venetian Red #BA1112

Color information

#BA1112 (or 0xBA1112) is unknown color: approx Venetian Red. HEX triplet: BA, 11 and 12. RGB value is (186,17,18). Sum of RGB (Red+Green+Blue) = 186+17+18=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1112 is #45EEED. Grayscale: #434343. Windows color (decimal): -4583150 or 1184186. OLE color: 1184186.

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

Color convert

RGB1861718-
CMYK00.910.900.27
HSL359.64º83.25%39.8%-
HSV(B)359.64º90.86%72.94%-
XYZ20.5610.881.59-
YUV67.6499.99212.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 84.16%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=84.16%
G=7.69%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186171800.910.900.27359.6483.2539.8
HexBA111205B5A1B1685328
Octal272212201331323355012350
Binary101110101000110010010110111011010110111011010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1112; }

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

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

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

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

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

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

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

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