#BA2550

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

Shades of Old Rose #BA2550

Tints of Old Rose #BA2550

Color information

#BA2550 (or 0xBA2550) is unknown color: approx Old Rose. HEX triplet: BA, 25 and 50. RGB value is (186,37,80). Sum of RGB (Red+Green+Blue) = 186+37+80=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2550 is #45DAAF. Grayscale: #565656. Windows color (decimal): -4577968 or 5252538. OLE color: 5252538.

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

Color convert

RGB1863780-
CMYK00.800.570.27
HSL342.68º66.82%43.73%-
HSV(B)342.68º80.11%72.94%-
XYZ22.3612.348.79-
YUV86.45124.36199-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=61.39%
G=12.21%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186378000.800.570.27342.6866.8243.73
HexBA2550050391B157432c
Octal272451200120713352710354
Binary10111010100101101000001010000111001110111010101111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2550; }

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

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

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

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

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

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

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

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