#BA0420

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

Shades of Venetian Red #BA0420

Tints of Venetian Red #BA0420

Color information

#BA0420 (or 0xBA0420) is unknown color: approx Venetian Red. HEX triplet: BA, 04 and 20. RGB value is (186,4,32). Sum of RGB (Red+Green+Blue) = 186+4+32=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0420 is #45FBDF. Grayscale: #3D3D3D. Windows color (decimal): -4586464 or 2098362. OLE color: 2098362.

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

Color convert

RGB186432-
CMYK00.980.830.27
HSL350.77º95.79%37.25%-
HSV(B)350.77º97.85%72.94%-
XYZ20.5510.632.34-
YUV61.61111.3216.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=83.78%
G=1.80%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18643200.980.830.27350.7795.7937.25
HexBA420062531B15f6025
Octal27244001421233353714045
Binary10111010100100000011000101010011110111010111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0420; }

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

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

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

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

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

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

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

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