#BA0328

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

Shades of Venetian Red #BA0328

Tints of Venetian Red #BA0328

Color information

#BA0328 (or 0xBA0328) is unknown color: approx Venetian Red. HEX triplet: BA, 03 and 28. RGB value is (186,3,40). Sum of RGB (Red+Green+Blue) = 186+3+40=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0328 is #45FCD7. Grayscale: #3D3D3D. Windows color (decimal): -4586712 or 2622394. OLE color: 2622394.

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

Color convert

RGB186340-
CMYK00.980.780.27
HSL347.87º96.83%37.06%-
HSV(B)347.87º98.39%72.94%-
XYZ20.6710.662.98-
YUV61.94115.63216.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.22%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=81.22%
G=1.31%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18634000.980.780.27347.8796.8337.06
HexBA3280624E1B15c6125
Octal27235001421163353414145
Binary1011101011101000011000101001110110111010111001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0328; }

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

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

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

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

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

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

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

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