#BA2A50

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

Shades of Old Rose #BA2A50

Tints of Old Rose #BA2A50

Color information

#BA2A50 (or 0xBA2A50) is unknown color: approx Old Rose. HEX triplet: BA, 2A and 50. RGB value is (186,42,80). Sum of RGB (Red+Green+Blue) = 186+42+80=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A50 is #45D5AF. Grayscale: #595959. Windows color (decimal): -4576688 or 5253818. OLE color: 5253818.

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

Color convert

RGB1864280-
CMYK00.770.570.27
HSL344.17º63.16%44.71%-
HSV(B)344.17º77.42%72.94%-
XYZ22.5312.678.85-
YUV89.39122.71196.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.39%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=60.39%
G=13.64%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186428000.770.570.27344.1763.1644.71
HexBA2A5004D391B1583f2d
Octal27252120011571335307755
Binary1011101010101010100000100110111100111011101011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A50; }

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

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

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

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

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

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

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

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