#BA2544

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

Shades of Old Rose #BA2544

Tints of Old Rose #BA2544

Color information

#BA2544 (or 0xBA2544) is unknown color: approx Old Rose. HEX triplet: BA, 25 and 44. RGB value is (186,37,68). Sum of RGB (Red+Green+Blue) = 186+37+68=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2544 is #45DABB. Grayscale: #555555. Windows color (decimal): -4577980 or 4466106. OLE color: 4466106.

HSL color Cylindrical-coordinate representation of color #BA2544: hue angle of 347.52º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2544 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1863768-
CMYK00.800.630.27
HSL347.52º66.82%43.73%-
HSV(B)347.52º80.11%72.94%-
XYZ21.9512.186.66-
YUV85.08118.36199.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=63.92%
G=12.71%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186376800.800.630.27347.5266.8243.73
HexBA25440503F1B15c432c
Octal272451040120773353410354
Binary10111010100101100010001010000111111110111010111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2544; }

 p { color: rgb(186,37,68); }

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

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

 a { background-color: rgb(186,37,68); }

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

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

 span { border-color: rgb(186,37,68); }

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