#BA0507

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

Shades of Venetian Red #BA0507

Tints of Venetian Red #BA0507

Color information

#BA0507 (or 0xBA0507) is unknown color: approx Venetian Red. HEX triplet: BA, 05 and 07. RGB value is (186,5,7). Sum of RGB (Red+Green+Blue) = 186+5+7=198 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.94% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0507 is #45FAF8. Grayscale: #3B3B3B. Windows color (decimal): -4586233 or 460218. OLE color: 460218.

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

Color convert

RGB18657-
CMYK00.970.960.27
HSL359.34º94.76%37.45%-
HSV(B)359.34º97.31%72.94%-
XYZ20.3410.561.17-
YUV59.3598.47218.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 93.94%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=93.94%
G=2.53%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865700.970.960.27359.3494.7637.45
HexBA57061601B1675f25
Octal2725701411403354713745
Binary10111010101111011000011100000110111011001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0507; }

 p { color: rgb(186,5,7); }

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

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

 a { background-color: rgb(186,5,7); }

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

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

 span { border-color: rgb(186,5,7); }

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