#BA2D52

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

Shades of Old Rose #BA2D52

Tints of Old Rose #BA2D52

Color information

#BA2D52 (or 0xBA2D52) is unknown color: approx Old Rose. HEX triplet: BA, 2D and 52. RGB value is (186,45,82). Sum of RGB (Red+Green+Blue) = 186+45+82=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D52 is #45D2AD. Grayscale: #5B5B5B. Windows color (decimal): -4575918 or 5385658. OLE color: 5385658.

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

Color convert

RGB1864582-
CMYK00.760.560.27
HSL344.26º61.04%45.29%-
HSV(B)344.26º75.81%72.94%-
XYZ22.7112.939.28-
YUV91.38122.71195.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.42%
GREEN value IS 45 (17.97% from 255) = 14.38%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=59.42%
G=14.38%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186458200.760.560.27344.2661.0445.29
HexBA2D5204C381B1583d2d
Octal27255122011470335307555
Binary1011101010110110100100100110011100011011101011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D52; }

 p { color: rgb(186,45,82); }

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

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

 a { background-color: rgb(186,45,82); }

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

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

 span { border-color: rgb(186,45,82); }

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