#ba0a23

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

Shades of Venetian Red #BA0A23

Tints of Venetian Red #BA0A23

Color information

#BA0A23 (or 0xBA0A23) is unknown color: approx Venetian Red. HEX triplet: BA, 0A and 23. RGB value is (186,10,35). Sum of RGB (Red+Green+Blue) = 186+10+35=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A23 is #45F5DC. Grayscale: #414141. Windows color (decimal): -4584925 or 2296506. OLE color: 2296506.

HSL color Cylindrical-coordinate representation of color #BA0A23: hue angle of 351.48º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A23 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1861035-
CMYK00.950.810.27
HSL351.48º89.8%38.43%-
HSV(B)351.48º94.62%72.94%-
XYZ20.6610.782.58-
YUV65.47110.81213.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.52%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 35 (14.06% from 255) = 15.15%
R=80.52%
G=4.33%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186103500.950.810.27351.4889.838.43
HexBAA2305F511B15f5a26
Octal272124301371213353713246
Binary101110101010100011010111111010001110111010111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba0a23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba0a23; }

 p { color: rgb(186,10,35); }

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

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

 a { background-color: rgb(186,10,35); }

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

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

 span { border-color: rgb(186,10,35); }

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