#BA081C

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

Shades of Venetian Red #BA081C

Tints of Venetian Red #BA081C

Color information

#BA081C (or 0xBA081C) is unknown color: approx Venetian Red. HEX triplet: BA, 08 and 1C. RGB value is (186,8,28). Sum of RGB (Red+Green+Blue) = 186+8+28=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA081C is #45F7E3. Grayscale: #3F3F3F. Windows color (decimal): -4585444 or 1837242. OLE color: 1837242.

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

Color convert

RGB186828-
CMYK00.960.850.27
HSL353.26º91.75%38.04%-
HSV(B)353.26º95.7%72.94%-
XYZ20.5510.72.08-
YUV63.5107.97215.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=83.78%
G=3.60%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18682800.960.850.27353.2691.7538.04
HexBA81C060551B1615c26
Octal272103401401253354113446
Binary10111010100011100011000001010101110111011000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA081C; }

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

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

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

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

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

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

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

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