#ba2642

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

Shades of Old Rose #BA2642

Tints of Old Rose #BA2642

Color information

#BA2642 (or 0xBA2642) is unknown color: approx Old Rose. HEX triplet: BA, 26 and 42. RGB value is (186,38,66). Sum of RGB (Red+Green+Blue) = 186+38+66=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2642 is #45D9BD. Grayscale: #555555. Windows color (decimal): -4577726 or 4335290. OLE color: 4335290.

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

Color convert

RGB1863866-
CMYK00.800.650.27
HSL348.65º66.07%43.92%-
HSV(B)348.65º79.57%72.94%-
XYZ21.9312.226.36-
YUV85.44117.03199.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=64.14%
G=13.10%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186386600.800.650.27348.6566.0743.92
HexBA2642050411B15d422c
Octal2724610201201013353510254
Binary101110101001101000010010100001000001110111010111011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2642; }

 p { color: rgb(186,38,66); }

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

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

 a { background-color: rgb(186,38,66); }

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

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

 span { border-color: rgb(186,38,66); }

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