#BA2A51

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

Shades of Old Rose #BA2A51

Tints of Old Rose #BA2A51

Color information

#BA2A51 (or 0xBA2A51) is unknown color: approx Old Rose. HEX triplet: BA, 2A and 51. RGB value is (186,42,81). Sum of RGB (Red+Green+Blue) = 186+42+81=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A51 is #45D5AE. Grayscale: #595959. Windows color (decimal): -4576687 or 5319354. OLE color: 5319354.

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

Color convert

RGB1864281-
CMYK00.770.560.27
HSL343.75º63.16%44.71%-
HSV(B)343.75º77.42%72.94%-
XYZ22.5612.699.04-
YUV89.5123.21196.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=60.19%
G=13.59%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186428100.770.560.27343.7563.1644.71
HexBA2A5104D381B1583f2d
Octal27252121011570335307755
Binary1011101010101010100010100110111100011011101011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A51; }

 p { color: rgb(186,42,81); }

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

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

 a { background-color: rgb(186,42,81); }

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

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

 span { border-color: rgb(186,42,81); }

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