#ba2943

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

Shades of Old Rose #BA2943

Tints of Old Rose #BA2943

Color information

#BA2943 (or 0xBA2943) is unknown color: approx Old Rose. HEX triplet: BA, 29 and 43. RGB value is (186,41,67). Sum of RGB (Red+Green+Blue) = 186+41+67=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2943 is #45D6BC. Grayscale: #575757. Windows color (decimal): -4576957 or 4401594. OLE color: 4401594.

HSL color Cylindrical-coordinate representation of color #BA2943: hue angle of 349.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2943 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1864167-
CMYK00.780.640.27
HSL349.24º63.88%44.51%-
HSV(B)349.24º77.96%72.94%-
XYZ22.0612.436.55-
YUV87.32116.54198.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 67 (26.56% from 255) = 22.79%
R=63.27%
G=13.95%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186416700.780.640.27349.2463.8844.51
HexBA294304E401B15d402d
Octal2725110301161003353510055
Binary101110101010011000011010011101000000110111010111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2943; }

 p { color: rgb(186,41,67); }

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

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

 a { background-color: rgb(186,41,67); }

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

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

 span { border-color: rgb(186,41,67); }

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