#BA2345

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

Shades of Old Rose #BA2345

Tints of Old Rose #BA2345

Color information

#BA2345 (or 0xBA2345) is unknown color: approx Old Rose. HEX triplet: BA, 23 and 45. RGB value is (186,35,69). Sum of RGB (Red+Green+Blue) = 186+35+69=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2345 is #45DCBA. Grayscale: #545454. Windows color (decimal): -4578491 or 4531130. OLE color: 4531130.

HSL color Cylindrical-coordinate representation of color #BA2345: hue angle of 346.49º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2345 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1863569-
CMYK00.810.630.27
HSL346.49º68.33%43.33%-
HSV(B)346.49º81.18%72.94%-
XYZ21.9212.076.8-
YUV84.02119.53200.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 35 (14.06% from 255) = 12.07%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=64.14%
G=12.07%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186356900.810.630.27346.4968.3343.33
HexBA23450513F1B15a442b
Octal272431050121773353210453
Binary10111010100011100010101010001111111110111010110101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2345; }

 p { color: rgb(186,35,69); }

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

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

 a { background-color: rgb(186,35,69); }

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

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

 span { border-color: rgb(186,35,69); }

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