#BA2B43

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

Shades of Old Rose #BA2B43

Tints of Old Rose #BA2B43

Color information

#BA2B43 (or 0xBA2B43) is unknown color: approx Old Rose. HEX triplet: BA, 2B and 43. RGB value is (186,43,67). Sum of RGB (Red+Green+Blue) = 186+43+67=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B43 is #45D4BC. Grayscale: #585858. Windows color (decimal): -4576445 or 4402106. OLE color: 4402106.

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

Color convert

RGB1864367-
CMYK00.770.640.27
HSL349.93º62.45%44.9%-
HSV(B)349.93º76.88%72.94%-
XYZ22.1312.576.57-
YUV88.49115.88197.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.84%
GREEN value IS 43 (17.19% from 255) = 14.53%
BLUE value IS 67 (26.56% from 255) = 22.64%
R=62.84%
G=14.53%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186436700.770.640.27349.9362.4544.9
HexBA2B4304D401B15e3e2d
Octal272531030115100335367655
Binary10111010101011100001101001101100000011011101011110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B43; }

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

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

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

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

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

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

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

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