#BA1E4E

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

Shades of Old Rose #BA1E4E

Tints of Old Rose #BA1E4E

Color information

#BA1E4E (or 0xBA1E4E) is unknown color: approx Old Rose. HEX triplet: BA, 1E and 4E. RGB value is (186,30,78). Sum of RGB (Red+Green+Blue) = 186+30+78=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E4E is #45E1B1. Grayscale: #525252. Windows color (decimal): -4579762 or 5119674. OLE color: 5119674.

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

Color convert

RGB1863078-
CMYK00.840.580.27
HSL341.54º72.22%42.35%-
HSV(B)341.54º83.87%72.94%-
XYZ22.0911.928.34-
YUV82.12125.68202.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.27%
GREEN value IS 30 (12.11% from 255) = 10.20%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=63.27%
G=10.20%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186307800.840.580.27341.5472.2242.35
HexBA1E4E0543A1B156482a
Octal272361160124723352611052
Binary1011101011110100111001010100111010110111010101101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E4E; }

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

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

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

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

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

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

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

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