#BA2D43

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

Shades of Old Rose #BA2D43

Tints of Old Rose #BA2D43

Color information

#BA2D43 (or 0xBA2D43) is unknown color: approx Old Rose. HEX triplet: BA, 2D and 43. RGB value is (186,45,67). Sum of RGB (Red+Green+Blue) = 186+45+67=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D43 is #45D2BC. Grayscale: #595959. Windows color (decimal): -4575933 or 4402618. OLE color: 4402618.

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

Color convert

RGB1864567-
CMYK00.760.640.27
HSL350.64º61.04%45.29%-
HSV(B)350.64º75.81%72.94%-
XYZ22.212.726.6-
YUV89.67115.21196.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=62.42%
G=15.10%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186456700.760.640.27350.6461.0445.29
HexBA2D4304C401B15f3d2d
Octal272551030114100335377555
Binary10111010101101100001101001100100000011011101011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D43; }

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

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

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

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

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

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

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

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