#BA2542

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

Shades of Old Rose #BA2542

Tints of Old Rose #BA2542

Color information

#BA2542 (or 0xBA2542) is unknown color: approx Old Rose. HEX triplet: BA, 25 and 42. RGB value is (186,37,66). Sum of RGB (Red+Green+Blue) = 186+37+66=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2542 is #45DABD. Grayscale: #545454. Windows color (decimal): -4577982 or 4335034. OLE color: 4335034.

HSL color Cylindrical-coordinate representation of color #BA2542: hue angle of 348.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2542 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1863766-
CMYK00.800.650.27
HSL348.32º66.82%43.73%-
HSV(B)348.32º80.11%72.94%-
XYZ21.8912.166.35-
YUV84.86117.36200.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=64.36%
G=12.80%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186376600.800.650.27348.3266.8243.73
HexBA2542050411B15c432c
Octal2724510201201013353410354
Binary101110101001011000010010100001000001110111010111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2542; }

 p { color: rgb(186,37,66); }

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

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

 a { background-color: rgb(186,37,66); }

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

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

 span { border-color: rgb(186,37,66); }

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