#BA1E4D

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

Shades of Old Rose #BA1E4D

Tints of Old Rose #BA1E4D

Color information

#BA1E4D (or 0xBA1E4D) is unknown color: approx Old Rose. HEX triplet: BA, 1E and 4D. RGB value is (186,30,77). Sum of RGB (Red+Green+Blue) = 186+30+77=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1E4D is #45E1B2. Grayscale: #515151. Windows color (decimal): -4579763 or 5054138. OLE color: 5054138.

HSL color Cylindrical-coordinate representation of color #BA1E4D: hue angle of 341.92º 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 #BA1E4D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1863077-
CMYK00.840.590.27
HSL341.92º72.22%42.35%-
HSV(B)341.92º83.87%72.94%-
XYZ22.0511.98.16-
YUV82125.18202.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=63.48%
G=10.24%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186307700.840.590.27341.9272.2242.35
HexBA1E4D0543B1B156482a
Octal272361150124733352611052
Binary1011101011110100110101010100111011110111010101101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E4D; }

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

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

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

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

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

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

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

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