#BA052A

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

Shades of Venetian Red #BA052A

Tints of Venetian Red #BA052A

Color information

#BA052A (or 0xBA052A) is unknown color: approx Venetian Red. HEX triplet: BA, 05 and 2A. RGB value is (186,5,42). Sum of RGB (Red+Green+Blue) = 186+5+42=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA052A is #45FAD5. Grayscale: #3F3F3F. Windows color (decimal): -4586198 or 2753978. OLE color: 2753978.

HSL color Cylindrical-coordinate representation of color #BA052A: hue angle of 347.73º 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 #BA052A is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB186542-
CMYK00.970.770.27
HSL347.73º94.76%37.45%-
HSV(B)347.73º97.31%72.94%-
XYZ20.7210.713.17-
YUV63.34115.97215.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.83%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=79.83%
G=2.15%
B=18.03%

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
Decimal18654200.970.770.27347.7394.7637.45
HexBA52A0614D1B15c5f25
Octal27255201411153353413745
Binary10111010101101010011000011001101110111010111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA052A; }

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

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

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

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

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

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

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

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