#BA2D44

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

Shades of Old Rose #BA2D44

Tints of Old Rose #BA2D44

Color information

#BA2D44 (or 0xBA2D44) is unknown color: approx Old Rose. HEX triplet: BA, 2D and 44. RGB value is (186,45,68). Sum of RGB (Red+Green+Blue) = 186+45+68=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D44 is #45D2BB. Grayscale: #595959. Windows color (decimal): -4575932 or 4468154. OLE color: 4468154.

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

Color convert

RGB1864568-
CMYK00.760.630.27
HSL350.21º61.04%45.29%-
HSV(B)350.21º75.81%72.94%-
XYZ22.2312.736.75-
YUV89.78115.71196.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=62.21%
G=15.05%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186456800.760.630.27350.2161.0445.29
HexBA2D4404C3F1B15e3d2d
Octal27255104011477335367555
Binary1011101010110110001000100110011111111011101011110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D44; }

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

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

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

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

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

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

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

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