#ba3449

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

Shades of Old Rose #BA3449

Tints of Old Rose #BA3449

Color information

#BA3449 (or 0xBA3449) is unknown color: approx Old Rose. HEX triplet: BA, 34 and 49. RGB value is (186,52,73). Sum of RGB (Red+Green+Blue) = 186+52+73=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3449 is #45CBB6. Grayscale: #5E5E5E. Windows color (decimal): -4574135 or 4797626. OLE color: 4797626.

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

Color convert

RGB1865273-
CMYK00.720.610.27
HSL350.6º56.3%46.67%-
HSV(B)350.6º72.04%72.94%-
XYZ22.6813.387.69-
YUV94.46115.89193.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=59.81%
G=16.72%
B=23.47%

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
Decimal186527300.720.610.27350.656.346.67
HexBA34490483D1B15f382f
Octal27264111011075335377057
Binary1011101011010010010010100100011110111011101011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3449; }

 p { color: rgb(186,52,73); }

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

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

 a { background-color: rgb(186,52,73); }

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

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

 span { border-color: rgb(186,52,73); }

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