#BA0718

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

Shades of Venetian Red #BA0718

Tints of Venetian Red #BA0718

Color information

#BA0718 (or 0xBA0718) is unknown color: approx Venetian Red. HEX triplet: BA, 07 and 18. RGB value is (186,7,24). Sum of RGB (Red+Green+Blue) = 186+7+24=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0718 is #45F8E7. Grayscale: #3E3E3E. Windows color (decimal): -4585704 or 1574842. OLE color: 1574842.

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

Color convert

RGB186724-
CMYK00.960.870.27
HSL354.3º92.75%37.84%-
HSV(B)354.3º96.24%72.94%-
XYZ20.4910.661.84-
YUV62.46106.3216.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 85.71%
GREEN value IS 7 (3.12% from 255) = 3.23%
BLUE value IS 24 (9.77% from 255) = 11.06%
R=85.71%
G=3.23%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18672400.960.870.27354.392.7537.84
HexBA718060571B1625d26
Octal27273001401273354213546
Binary1011101011111000011000001010111110111011000101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0718; }

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

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

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

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

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

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

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

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