#BA0204

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

Shades of Venetian Red #BA0204

Tints of Venetian Red #BA0204

Color information

#BA0204 (or 0xBA0204) is unknown color: approx Venetian Red. HEX triplet: BA, 02 and 04. RGB value is (186,2,4). Sum of RGB (Red+Green+Blue) = 186+2+4=192 (25% of max value = 765). Red value is 186 (73.05% from 255 or 96.88% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0204 is #45FDFB. Grayscale: #393939. Windows color (decimal): -4587004 or 262842. OLE color: 262842.

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

Color convert

RGB18624-
CMYK00.990.980.27
HSL359.35º97.87%36.86%-
HSV(B)359.35º98.92%72.94%-
XYZ20.2910.491.07-
YUV57.2497.96219.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 96.88%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=96.88%
G=1.04%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862400.990.980.27359.3597.8736.86
HexBA24063621B1676225
Octal2722401431423354714245
Binary1011101010100011000111100010110111011001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0204; }

 p { color: rgb(186,2,4); }

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

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

 a { background-color: rgb(186,2,4); }

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

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

 span { border-color: rgb(186,2,4); }

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