#BA2E4A

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

Shades of Old Rose #BA2E4A

Tints of Old Rose #BA2E4A

Color information

#BA2E4A (or 0xBA2E4A) is unknown color: approx Old Rose. HEX triplet: BA, 2E and 4A. RGB value is (186,46,74). Sum of RGB (Red+Green+Blue) = 186+46+74=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E4A is #45D1B5. Grayscale: #5B5B5B. Windows color (decimal): -4575670 or 4861626. OLE color: 4861626.

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

Color convert

RGB1864674-
CMYK00.750.600.27
HSL348º60.34%45.49%-
HSV(B)348º75.27%72.94%-
XYZ22.4612.897.78-
YUV91.05118.38195.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.78%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=60.78%
G=15.03%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186467400.750.600.2734860.3445.49
HexBA2E4A04B3C1B15c3c2d
Octal27256112011374335347455
Binary1011101010111010010100100101111110011011101011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E4A; }

 p { color: rgb(186,46,74); }

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

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

 a { background-color: rgb(186,46,74); }

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

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

 span { border-color: rgb(186,46,74); }

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