#BA060C

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

Shades of Venetian Red #BA060C

Tints of Venetian Red #BA060C

Color information

#BA060C (or 0xBA060C) is unknown color: approx Venetian Red. HEX triplet: BA, 06 and 0C. RGB value is (186,6,12). Sum of RGB (Red+Green+Blue) = 186+6+12=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA060C is #45F9F3. Grayscale: #3C3C3C. Windows color (decimal): -4585972 or 788154. OLE color: 788154.

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

Color convert

RGB186612-
CMYK00.970.940.27
HSL358º93.75%37.65%-
HSV(B)358º96.77%72.94%-
XYZ20.3810.61.32-
YUV60.5100.63217.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 91.18%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=91.18%
G=2.94%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18661200.970.940.2735893.7537.65
HexBA6C0615E1B1665e26
Octal27261401411363354613646
Binary101110101101100011000011011110110111011001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA060C; }

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

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

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

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

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

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

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

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