#BA0608

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

Shades of Venetian Red #BA0608

Tints of Venetian Red #BA0608

Color information

#BA0608 (or 0xBA0608) is unknown color: approx Venetian Red. HEX triplet: BA, 06 and 08. RGB value is (186,6,8). Sum of RGB (Red+Green+Blue) = 186+6+8=200 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0608 is #45F9F7. Grayscale: #3C3C3C. Windows color (decimal): -4585976 or 526010. OLE color: 526010.

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

Color convert

RGB18668-
CMYK00.970.960.27
HSL359.33º93.75%37.65%-
HSV(B)359.33º96.77%72.94%-
XYZ20.3610.591.2-
YUV60.0598.63217.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 93%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 8 (3.52% from 255) = 4%
R=93%
G=3%
B=4%

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
Decimal1866800.970.960.27359.3393.7537.65
HexBA68061601B1675e26
Octal27261001411403354713646
Binary101110101101000011000011100000110111011001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0608; }

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

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

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

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

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

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

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

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