#BA1618

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

Shades of Venetian Red #BA1618

Tints of Venetian Red #BA1618

Color information

#BA1618 (or 0xBA1618) is unknown color: approx Venetian Red. HEX triplet: BA, 16 and 18. RGB value is (186,22,24). Sum of RGB (Red+Green+Blue) = 186+22+24=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1618 is #45E9E7. Grayscale: #474747. Windows color (decimal): -4581864 or 1578682. OLE color: 1578682.

HSL color Cylindrical-coordinate representation of color #BA1618: hue angle of 359.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1618 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1862224-
CMYK00.880.870.27
HSL359.27º78.85%40.78%-
HSV(B)359.27º88.17%72.94%-
XYZ20.711.081.91-
YUV71.26101.33209.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.17%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 24 (9.77% from 255) = 10.34%
R=80.17%
G=9.48%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186222400.880.870.27359.2778.8540.78
HexBA1618058571B1674f29
Octal272263001301273354711751
Binary101110101011011000010110001010111110111011001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1618; }

 p { color: rgb(186,22,24); }

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

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

 a { background-color: rgb(186,22,24); }

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

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

 span { border-color: rgb(186,22,24); }

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