#BA0E25

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

Shades of Venetian Red #BA0E25

Tints of Venetian Red #BA0E25

Color information

#BA0E25 (or 0xBA0E25) is unknown color: approx Venetian Red. HEX triplet: BA, 0E and 25. RGB value is (186,14,37). Sum of RGB (Red+Green+Blue) = 186+14+37=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E25 is #45F1DA. Grayscale: #444444. Windows color (decimal): -4583899 or 2428602. OLE color: 2428602.

HSL color Cylindrical-coordinate representation of color #BA0E25: hue angle of 351.98º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0E25 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1861437-
CMYK00.920.800.27
HSL351.98º86%39.22%-
HSV(B)351.98º92.47%72.94%-
XYZ20.7410.892.76-
YUV68.05110.48212.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=78.48%
G=5.91%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186143700.920.800.27351.988639.22
HexBAE2505C501B1605627
Octal272164501341203354012647
Binary101110101110100101010111001010000110111011000001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0E25; }

 p { color: rgb(186,14,37); }

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

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

 a { background-color: rgb(186,14,37); }

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

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

 span { border-color: rgb(186,14,37); }

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