#BA1315

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

Shades of Venetian Red #BA1315

Tints of Venetian Red #BA1315

Color information

#BA1315 (or 0xBA1315) is unknown color: approx Venetian Red. HEX triplet: BA, 13 and 15. RGB value is (186,19,21). Sum of RGB (Red+Green+Blue) = 186+19+21=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1315 is #45ECEA. Grayscale: #454545. Windows color (decimal): -4582635 or 1381306. OLE color: 1381306.

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

Color convert

RGB1861921-
CMYK00.900.890.27
HSL359.28º81.46%40.2%-
HSV(B)359.28º89.78%72.94%-
XYZ20.6210.961.74-
YUV69.16100.83211.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 82.30%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=82.30%
G=8.41%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186192100.900.890.27359.2881.4640.2
HexBA131505A591B1675128
Octal272232501321313354712150
Binary101110101001110101010110101011001110111011001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1315; }

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

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

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

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

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

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

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

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