#BA0508

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

Shades of Venetian Red #BA0508

Tints of Venetian Red #BA0508

Color information

#BA0508 (or 0xBA0508) is unknown color: approx Venetian Red. HEX triplet: BA, 05 and 08. RGB value is (186,5,8). Sum of RGB (Red+Green+Blue) = 186+5+8=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0508 is #45FAF7. Grayscale: #3B3B3B. Windows color (decimal): -4586232 or 525754. OLE color: 525754.

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

Color convert

RGB18658-
CMYK00.970.960.27
HSL359.01º94.76%37.45%-
HSV(B)359.01º97.31%72.94%-
XYZ20.3510.571.2-
YUV59.4698.97218.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 93.47%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=93.47%
G=2.51%
B=4.02%

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
Decimal1865800.970.960.27359.0194.7637.45
HexBA58061601B1675f25
Octal27251001411403354713745
Binary101110101011000011000011100000110111011001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0508; }

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

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

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

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

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

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

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

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