#BA244F

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

Shades of Old Rose #BA244F

Tints of Old Rose #BA244F

Color information

#BA244F (or 0xBA244F) is unknown color: approx Old Rose. HEX triplet: BA, 24 and 4F. RGB value is (186,36,79). Sum of RGB (Red+Green+Blue) = 186+36+79=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA244F is #45DBB0. Grayscale: #555555. Windows color (decimal): -4578225 or 5186746. OLE color: 5186746.

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

Color convert

RGB1863679-
CMYK00.810.580.27
HSL342.8º67.57%43.53%-
HSV(B)342.8º80.65%72.94%-
XYZ22.2912.278.59-
YUV85.75124.2199.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.79%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=61.79%
G=11.96%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186367900.810.580.27342.867.5743.53
HexBA244F0513A1B157442c
Octal272441170121723352710454
Binary10111010100100100111101010001111010110111010101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA244F; }

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

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

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

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

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

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

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

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