#BA2E4B

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

Shades of Old Rose #BA2E4B

Tints of Old Rose #BA2E4B

Color information

#BA2E4B (or 0xBA2E4B) is unknown color: approx Old Rose. HEX triplet: BA, 2E and 4B. RGB value is (186,46,75). Sum of RGB (Red+Green+Blue) = 186+46+75=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E4B is #45D1B4. Grayscale: #5B5B5B. Windows color (decimal): -4575669 or 4927162. OLE color: 4927162.

HSL color Cylindrical-coordinate representation of color #BA2E4B: hue angle of 347.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E4B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1864675-
CMYK00.750.600.27
HSL347.57º60.34%45.49%-
HSV(B)347.57º75.27%72.94%-
XYZ22.512.97.96-
YUV91.17118.88195.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.59%
GREEN value IS 46 (18.36% from 255) = 14.98%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=60.59%
G=14.98%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186467500.750.600.27347.5760.3445.49
HexBA2E4B04B3C1B15c3c2d
Octal27256113011374335347455
Binary1011101010111010010110100101111110011011101011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E4B; }

 p { color: rgb(186,46,75); }

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

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

 a { background-color: rgb(186,46,75); }

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

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

 span { border-color: rgb(186,46,75); }

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