#BA3548

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

Shades of Old Rose #BA3548

Tints of Old Rose #BA3548

Color information

#BA3548 (or 0xBA3548) is unknown color: approx Old Rose. HEX triplet: BA, 35 and 48. RGB value is (186,53,72). Sum of RGB (Red+Green+Blue) = 186+53+72=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3548 is #45CAB7. Grayscale: #5E5E5E. Windows color (decimal): -4573880 or 4732346. OLE color: 4732346.

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

Color convert

RGB1865372-
CMYK00.720.610.27
HSL351.43º55.65%46.86%-
HSV(B)351.43º71.51%72.94%-
XYZ22.6913.457.53-
YUV94.93115.06192.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=59.81%
G=17.04%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186537200.720.610.27351.4355.6546.86
HexBA35480483D1B15f382f
Octal27265110011075335377057
Binary1011101011010110010000100100011110111011101011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3548; }

 p { color: rgb(186,53,72); }

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

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

 a { background-color: rgb(186,53,72); }

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

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

 span { border-color: rgb(186,53,72); }

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