#BA1516

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

Shades of Venetian Red #BA1516

Tints of Venetian Red #BA1516

Color information

#BA1516 (or 0xBA1516) is unknown color: approx Venetian Red. HEX triplet: BA, 15 and 16. RGB value is (186,21,22). Sum of RGB (Red+Green+Blue) = 186+21+22=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1516 is #45EAE9. Grayscale: #464646. Windows color (decimal): -4582122 or 1447354. OLE color: 1447354.

HSL color Cylindrical-coordinate representation of color #BA1516: hue angle of 359.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1516 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1862122-
CMYK00.890.880.27
HSL359.64º79.71%40.59%-
HSV(B)359.64º88.71%72.94%-
XYZ20.6611.031.8-
YUV70.45100.66210.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.22%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=81.22%
G=9.17%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186212200.890.880.27359.6479.7140.59
HexBA1516059581B1685029
Octal272252601311303355012051
Binary101110101010110110010110011011000110111011010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1516; }

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

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

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

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

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

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

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

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