#BA224E

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

Shades of Old Rose #BA224E

Tints of Old Rose #BA224E

Color information

#BA224E (or 0xBA224E) is unknown color: approx Old Rose. HEX triplet: BA, 22 and 4E. RGB value is (186,34,78). Sum of RGB (Red+Green+Blue) = 186+34+78=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA224E is #45DDB1. Grayscale: #545454. Windows color (decimal): -4578738 or 5120698. OLE color: 5120698.

HSL color Cylindrical-coordinate representation of color #BA224E: hue angle of 342.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA224E is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1863478-
CMYK00.820.580.27
HSL342.63º69.09%43.14%-
HSV(B)342.63º81.72%72.94%-
XYZ22.212.138.38-
YUV84.46124.36200.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 62.42%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=62.42%
G=11.41%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186347800.820.580.27342.6369.0943.14
HexBA224E0523A1B157452b
Octal272421160122723352710553
Binary10111010100010100111001010010111010110111010101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA224E; }

 p { color: rgb(186,34,78); }

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

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

 a { background-color: rgb(186,34,78); }

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

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

 span { border-color: rgb(186,34,78); }

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