#BA052B

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

Shades of Venetian Red #BA052B

Tints of Venetian Red #BA052B

Color information

#BA052B (or 0xBA052B) is unknown color: approx Venetian Red. HEX triplet: BA, 05 and 2B. RGB value is (186,5,43). Sum of RGB (Red+Green+Blue) = 186+5+43=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA052B is #45FAD4. Grayscale: #3F3F3F. Windows color (decimal): -4586197 or 2819514. OLE color: 2819514.

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

Color convert

RGB186543-
CMYK00.970.770.27
HSL347.4º94.76%37.45%-
HSV(B)347.4º97.31%72.94%-
XYZ20.7410.723.26-
YUV63.45116.47215.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.49%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=79.49%
G=2.14%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18654300.970.770.27347.494.7637.45
HexBA52B0614D1B15b5f25
Octal27255301411153353313745
Binary10111010101101011011000011001101110111010110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA052B; }

 p { color: rgb(186,5,43); }

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

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

 a { background-color: rgb(186,5,43); }

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

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

 span { border-color: rgb(186,5,43); }

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