#BA2553

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

Shades of Old Rose #BA2553

Tints of Old Rose #BA2553

Color information

#BA2553 (or 0xBA2553) is unknown color: approx Old Rose. HEX triplet: BA, 25 and 53. RGB value is (186,37,83). Sum of RGB (Red+Green+Blue) = 186+37+83=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2553 is #45DAAC. Grayscale: #565656. Windows color (decimal): -4577965 or 5449146. OLE color: 5449146.

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

Color convert

RGB1863783-
CMYK00.800.550.27
HSL341.48º66.82%43.73%-
HSV(B)341.48º80.11%72.94%-
XYZ22.4712.399.39-
YUV86.8125.86198.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.78%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=60.78%
G=12.09%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186378300.800.550.27341.4866.8243.73
HexBA2553050371B155432c
Octal272451230120673352510354
Binary10111010100101101001101010000110111110111010101011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2553; }

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

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

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

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

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

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

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

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