#BA111D

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

Shades of Venetian Red #BA111D

Tints of Venetian Red #BA111D

Color information

#BA111D (or 0xBA111D) is unknown color: approx Venetian Red. HEX triplet: BA, 11 and 1D. RGB value is (186,17,29). Sum of RGB (Red+Green+Blue) = 186+17+29=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA111D is #45EEE2. Grayscale: #454545. Windows color (decimal): -4583139 or 1905082. OLE color: 1905082.

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

Color convert

RGB1861729-
CMYK00.910.840.27
HSL355.74º83.25%39.8%-
HSV(B)355.74º90.86%72.94%-
XYZ20.6710.932.18-
YUV68.9105.49211.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.17%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=80.17%
G=7.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186172900.910.840.27355.7483.2539.8
HexBA111D05B541B1645328
Octal272213501331243354412350
Binary101110101000111101010110111010100110111011001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA111D; }

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

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

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

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

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

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

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

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