#BA011F

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

Shades of Venetian Red #BA011F

Tints of Venetian Red #BA011F

Color information

#BA011F (or 0xBA011F) is unknown color: approx Venetian Red. HEX triplet: BA, 01 and 1F. RGB value is (186,1,31). Sum of RGB (Red+Green+Blue) = 186+1+31=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA011F is #45FEE0. Grayscale: #3B3B3B. Windows color (decimal): -4587233 or 2032058. OLE color: 2032058.

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

Color convert

RGB186131-
CMYK00.990.830.27
HSL350.27º98.93%36.67%-
HSV(B)350.27º99.46%72.94%-
XYZ20.5110.562.25-
YUV59.74111.79218.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 85.32%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=85.32%
G=0.46%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613100.990.830.27350.2798.9336.67
HexBA11F063531B15e6325
Octal27213701431233353614345
Binary10111010111111011000111010011110111010111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA011F; }

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

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

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

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

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

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

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

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