#BA0029

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

Shades of Venetian Red #BA0029

Tints of Venetian Red #BA0029

Color information

#BA0029 (or 0xBA0029) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 29. RGB value is (186,0,41). Sum of RGB (Red+Green+Blue) = 186+0+41=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0029 is #45FFD6. Grayscale: #3C3C3C. Windows color (decimal): -4587479 or 2687162. OLE color: 2687162.

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

Color convert

RGB186041-
CMYK010.780.27
HSL346.77º100%36.47%-
HSV(B)346.77º100%72.94%-
XYZ20.6510.63.06-
YUV60.29117.12217.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=81.94%
G=0%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186041010.780.27346.7710036.47
HexBA0290644E1B15b6424
Octal27205101441163353314444
Binary101110100101001011001001001110110111010110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0029; }

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

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

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

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

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

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

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

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