#BA2A4C

Color #BA2A4C Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BA2A4C

Tints of Old Rose #BA2A4C

Color information

#BA2A4C (or 0xBA2A4C) is unknown color: approx Old Rose. HEX triplet: BA, 2A and 4C. RGB value is (186,42,76). Sum of RGB (Red+Green+Blue) = 186+42+76=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A4C is #45D5B3. Grayscale: #585858. Windows color (decimal): -4576692 or 4991674. OLE color: 4991674.

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

Color convert

RGB1864276-
CMYK00.770.590.27
HSL345.83º63.16%44.71%-
HSV(B)345.83º77.42%72.94%-
XYZ22.3812.628.09-
YUV88.93120.71197.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 76 (30.08% from 255) = 25%
R=61.18%
G=13.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186427600.770.590.27345.8363.1644.71
HexBA2A4C04D3B1B15a3f2d
Octal27252114011573335327755
Binary1011101010101010011000100110111101111011101011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A4C; }

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

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

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

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

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

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

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

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