#ba4448

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

Shades of Old Rose #BA4448

Tints of Old Rose #BA4448

Color information

#BA4448 (or 0xBA4448) is unknown color: approx Old Rose. HEX triplet: BA, 44 and 48. RGB value is (186,68,72). Sum of RGB (Red+Green+Blue) = 186+68+72=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4448 is #45BBB7. Grayscale: #676767. Windows color (decimal): -4570040 or 4736186. OLE color: 4736186.

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

Color convert

RGB1866872-
CMYK00.630.610.27
HSL357.97º46.46%49.8%-
HSV(B)357.97º63.44%72.94%-
XYZ23.4915.047.8-
YUV103.74110.09186.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=57.06%
G=20.86%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186687200.630.610.27357.9746.4649.8
HexBA444803F3D1B1662e32
Octal27210411007775335465662
Binary1011101010001001001000011111111110111011101100110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4448; }

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

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

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

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

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

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

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

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