#BA011A

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

Shades of Venetian Red #BA011A

Tints of Venetian Red #BA011A

Color information

#BA011A (or 0xBA011A) is unknown color: approx Venetian Red. HEX triplet: BA, 01 and 1A. RGB value is (186,1,26). Sum of RGB (Red+Green+Blue) = 186+1+26=213 (28% of max value = 765). Red value is 186 (73.05% from 255 or 87.32% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 186 - color contains mainly: red. Hex color #BA011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA011A is #45FEE5. Grayscale: #3B3B3B. Windows color (decimal): -4587238 or 1704378. OLE color: 1704378.

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

Color convert

RGB186126-
CMYK00.990.860.27
HSL351.89º98.93%36.67%-
HSV(B)351.89º99.46%72.94%-
XYZ20.4510.541.93-
YUV59.16109.29218.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 87.32%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=87.32%
G=0.47%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612600.990.860.27351.8998.9336.67
HexBA11A063561B1606325
Octal27213201431263354014345
Binary10111010111010011000111010110110111011000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA011A; }

 p { color: rgb(186,1,26); }

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

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

 a { background-color: rgb(186,1,26); }

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

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

 span { border-color: rgb(186,1,26); }

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