#BA1518

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

Shades of Venetian Red #BA1518

Tints of Venetian Red #BA1518

Color information

#BA1518 (or 0xBA1518) is unknown color: approx Venetian Red. HEX triplet: BA, 15 and 18. RGB value is (186,21,24). Sum of RGB (Red+Green+Blue) = 186+21+24=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1518 is #45EAE7. Grayscale: #464646. Windows color (decimal): -4582120 or 1578426. OLE color: 1578426.

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

Color convert

RGB1862124-
CMYK00.890.870.27
HSL358.91º79.71%40.59%-
HSV(B)358.91º88.71%72.94%-
XYZ20.6811.041.91-
YUV70.68101.66210.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.52%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=80.52%
G=9.09%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186212400.890.870.27358.9179.7140.59
HexBA1518059571B1675029
Octal272253001311273354712051
Binary101110101010111000010110011010111110111011001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1518; }

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

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

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

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

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

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

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

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