#BA2D4C

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

Shades of Old Rose #BA2D4C

Tints of Old Rose #BA2D4C

Color information

#BA2D4C (or 0xBA2D4C) is unknown color: approx Old Rose. HEX triplet: BA, 2D and 4C. RGB value is (186,45,76). Sum of RGB (Red+Green+Blue) = 186+45+76=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D4C is #45D2B3. Grayscale: #5A5A5A. Windows color (decimal): -4575924 or 4992442. OLE color: 4992442.

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

Color convert

RGB1864576-
CMYK00.760.590.27
HSL346.81º61.04%45.29%-
HSV(B)346.81º75.81%72.94%-
XYZ22.4912.848.13-
YUV90.69119.71195.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.59%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=60.59%
G=14.66%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186457600.760.590.27346.8161.0445.29
HexBA2D4C04C3B1B15b3d2d
Octal27255114011473335337555
Binary1011101010110110011000100110011101111011101011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D4C; }

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

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

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

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

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

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

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

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