#BA0506

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

Shades of Venetian Red #BA0506

Tints of Venetian Red #BA0506

Color information

#BA0506 (or 0xBA0506) is unknown color: approx Venetian Red. HEX triplet: BA, 05 and 06. RGB value is (186,5,6). Sum of RGB (Red+Green+Blue) = 186+5+6=197 (26% of max value = 765). Red value is 186 (73.05% from 255 or 94.42% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0506 is #45FAF9. Grayscale: #3B3B3B. Windows color (decimal): -4586234 or 394682. OLE color: 394682.

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

Color convert

RGB18656-
CMYK00.970.970.27
HSL359.67º94.76%37.45%-
HSV(B)359.67º97.31%72.94%-
XYZ20.3410.561.14-
YUV59.2397.97218.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 94.42%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 6 (2.73% from 255) = 3.05%
R=94.42%
G=2.54%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865600.970.970.27359.6794.7637.45
HexBA56061611B1685f25
Octal2725601411413355013745
Binary10111010101110011000011100001110111011010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0506; }

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

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

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

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

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

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

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

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