#BA244D

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

Shades of Old Rose #BA244D

Tints of Old Rose #BA244D

Color information

#BA244D (or 0xBA244D) is unknown color: approx Old Rose. HEX triplet: BA, 24 and 4D. RGB value is (186,36,77). Sum of RGB (Red+Green+Blue) = 186+36+77=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA244D is #45DBB2. Grayscale: #555555. Windows color (decimal): -4578227 or 5055674. OLE color: 5055674.

HSL color Cylindrical-coordinate representation of color #BA244D: hue angle of 343.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA244D is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1863677-
CMYK00.810.590.27
HSL343.6º67.57%43.53%-
HSV(B)343.6º80.65%72.94%-
XYZ22.2212.248.21-
YUV85.52123.2199.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.21%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=62.21%
G=12.04%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186367700.810.590.27343.667.5743.53
HexBA244D0513B1B158442c
Octal272441150121733353010454
Binary10111010100100100110101010001111011110111010110001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA244D; }

 p { color: rgb(186,36,77); }

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

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

 a { background-color: rgb(186,36,77); }

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

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

 span { border-color: rgb(186,36,77); }

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