#BA0003

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

Shades of Venetian Red #BA0003

Tints of Venetian Red #BA0003

Color information

#BA0003 (or 0xBA0003) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 03. RGB value is (186,0,3). Sum of RGB (Red+Green+Blue) = 186+0+3=189 (25% of max value = 765). Red value is 186 (73.05% from 255 or 98.41% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0003 is #45FFFC. Grayscale: #383838. Windows color (decimal): -4587517 or 196794. OLE color: 196794.

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

Color convert

RGB18603-
CMYK010.980.27
HSL359.03º100%36.47%-
HSV(B)359.03º100%72.94%-
XYZ20.2710.451.03-
YUV55.9698.12220.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 98.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=98.41%
G=0%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18603010.980.27359.0310036.47
HexBA03064621B1676424
Octal2720301441423354714444
Binary10111010011011001001100010110111011001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0003; }

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

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

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

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

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

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

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

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