#BA1113

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

Shades of Venetian Red #BA1113

Tints of Venetian Red #BA1113

Color information

#BA1113 (or 0xBA1113) is unknown color: approx Venetian Red. HEX triplet: BA, 11 and 13. RGB value is (186,17,19). Sum of RGB (Red+Green+Blue) = 186+17+19=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1113 is #45EEEC. Grayscale: #434343. Windows color (decimal): -4583149 or 1249722. OLE color: 1249722.

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

Color convert

RGB1861719-
CMYK00.910.900.27
HSL359.29º83.25%39.8%-
HSV(B)359.29º90.86%72.94%-
XYZ20.5710.891.63-
YUV67.76100.49212.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 17 (7.03% from 255) = 7.66%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=83.78%
G=7.66%
B=8.56%

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
Decimal186171900.910.900.27359.2983.2539.8
HexBA111305B5A1B1675328
Octal272212301331323354712350
Binary101110101000110011010110111011010110111011001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1113; }

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

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

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

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

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

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

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

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