#BA2A4D

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

Shades of Old Rose #BA2A4D

Tints of Old Rose #BA2A4D

Color information

#BA2A4D (or 0xBA2A4D) is unknown color: approx Old Rose. HEX triplet: BA, 2A and 4D. RGB value is (186,42,77). Sum of RGB (Red+Green+Blue) = 186+42+77=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A4D is #45D5B2. Grayscale: #595959. Windows color (decimal): -4576691 or 5057210. OLE color: 5057210.

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

Color convert

RGB1864277-
CMYK00.770.590.27
HSL345.42º63.16%44.71%-
HSV(B)345.42º77.42%72.94%-
XYZ22.4212.638.28-
YUV89.05121.21197.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=60.98%
G=13.77%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186427700.770.590.27345.4263.1644.71
HexBA2A4D04D3B1B1593f2d
Octal27252115011573335317755
Binary1011101010101010011010100110111101111011101011001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A4D; }

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

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

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

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

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

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

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

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