#ba2843

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

Shades of Old Rose #BA2843

Tints of Old Rose #BA2843

Color information

#BA2843 (or 0xBA2843) is unknown color: approx Old Rose. HEX triplet: BA, 28 and 43. RGB value is (186,40,67). Sum of RGB (Red+Green+Blue) = 186+40+67=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2843 is #45D7BC. Grayscale: #565656. Windows color (decimal): -4577213 or 4401338. OLE color: 4401338.

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

Color convert

RGB1864067-
CMYK00.780.640.27
HSL348.9º64.6%44.31%-
HSV(B)348.9º78.49%72.94%-
XYZ22.0212.366.54-
YUV86.73116.87198.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=63.48%
G=13.65%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186406700.780.640.27348.964.644.31
HexBA284304E401B15d412c
Octal2725010301161003353510154
Binary101110101010001000011010011101000000110111010111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2843; }

 p { color: rgb(186,40,67); }

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

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

 a { background-color: rgb(186,40,67); }

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

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

 span { border-color: rgb(186,40,67); }

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