#ba1117

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

Shades of Venetian Red #BA1117

Tints of Venetian Red #BA1117

Color information

#BA1117 (or 0xBA1117) is unknown color: approx Venetian Red. HEX triplet: BA, 11 and 17. RGB value is (186,17,23). Sum of RGB (Red+Green+Blue) = 186+17+23=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1117 is #45EEE8. Grayscale: #444444. Windows color (decimal): -4583145 or 1511866. OLE color: 1511866.

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

Color convert

RGB1861723-
CMYK00.910.880.27
HSL357.87º83.25%39.8%-
HSV(B)357.87º90.86%72.94%-
XYZ20.610.91.83-
YUV68.21102.49212.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 82.30%
GREEN value IS 17 (7.03% from 255) = 7.52%
BLUE value IS 23 (9.38% from 255) = 10.18%
R=82.30%
G=7.52%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186172300.910.880.27357.8783.2539.8
HexBA111705B581B1665328
Octal272212701331303354612350
Binary101110101000110111010110111011000110111011001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1117; }

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

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

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

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

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

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

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

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