#BA101C

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

Shades of Venetian Red #BA101C

Tints of Venetian Red #BA101C

Color information

#BA101C (or 0xBA101C) is unknown color: approx Venetian Red. HEX triplet: BA, 10 and 1C. RGB value is (186,16,28). Sum of RGB (Red+Green+Blue) = 186+16+28=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA101C is #45EFE3. Grayscale: #444444. Windows color (decimal): -4583396 or 1839290. OLE color: 1839290.

HSL color Cylindrical-coordinate representation of color #BA101C: hue angle of 355.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA101C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1861628-
CMYK00.910.850.27
HSL355.76º84.16%39.61%-
HSV(B)355.76º91.4%72.94%-
XYZ20.6410.892.11-
YUV68.2105.32212.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.87%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=80.87%
G=6.96%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186162800.910.850.27355.7684.1639.61
HexBA101C05B551B1645428
Octal272203401331253354412450
Binary101110101000011100010110111010101110111011001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA101C; }

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

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

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

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

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

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

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

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