#BA2953

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

Shades of Old Rose #BA2953

Tints of Old Rose #BA2953

Color information

#BA2953 (or 0xBA2953) is unknown color: approx Old Rose. HEX triplet: BA, 29 and 53. RGB value is (186,41,83). Sum of RGB (Red+Green+Blue) = 186+41+83=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2953 is #45D6AC. Grayscale: #595959. Windows color (decimal): -4576941 or 5450170. OLE color: 5450170.

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

Color convert

RGB1864183-
CMYK00.780.550.27
HSL342.62º63.88%44.51%-
HSV(B)342.62º77.96%72.94%-
XYZ22.612.659.43-
YUV89.14124.54197.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=60%
G=13.23%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186418300.780.550.27342.6263.8844.51
HexBA295304E371B157402d
Octal272511230116673352710055
Binary10111010101001101001101001110110111110111010101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2953; }

 p { color: rgb(186,41,83); }

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

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

 a { background-color: rgb(186,41,83); }

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

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

 span { border-color: rgb(186,41,83); }

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