#BA0014

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

Shades of Venetian Red #BA0014

Tints of Venetian Red #BA0014

Color information

#BA0014 (or 0xBA0014) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 14. RGB value is (186,0,20). Sum of RGB (Red+Green+Blue) = 186+0+20=206 (27% of max value = 765). Red value is 186 (73.05% from 255 or 90.29% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0014 is #45FFEB. Grayscale: #3A3A3A. Windows color (decimal): -4587500 or 1310906. OLE color: 1310906.

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

Color convert

RGB186020-
CMYK010.890.27
HSL353.55º100%36.47%-
HSV(B)353.55º100%72.94%-
XYZ20.3810.491.61-
YUV57.89106.62219.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 90.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=90.29%
G=0%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186020010.890.27353.5510036.47
HexBA014064591B1626424
Octal27202401441313354214444
Binary10111010010100011001001011001110111011000101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0014; }

 p { color: rgb(186,0,20); }

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

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

 a { background-color: rgb(186,0,20); }

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

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

 span { border-color: rgb(186,0,20); }

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