Html Css Color HEX #BA1E4E Old Rose

📋 copy color: '#BA1E4E'

red 186 ◦ green 30 ◦ blue 78

#BA1E4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BA1E4E

Tints of Old Rose #BA1E4E

RGB

 RED value IS 186 (73.05% from 255) = 63.27%

 GREEN value IS 30 (12.11% from 255) = 10.2%

 BLUE value IS 78 (30.86% from 255) = 26.53%

R = 63.27%
G = 10.2%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA1E4E (or 0xBA1E4E) is known color: 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

RGB 186 30 78 -
CMYK 0 0.84 0.58 0.27
HSL 341.54º 0.72% 0.42% -
HSV(B) 341.54º 0.84% 0.73% -
XYZ 22.09 11.92 8.34 -
YUV 82.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 186 30 78 0 0.84 0.58 0.27 341.54 0.72 0.42
Hex BA 1E 4E 0 54 3A 1B 156 48 2A
Octal 272 36 116 0 124 72 33 526 110 52
Binary 10111010 11110 1001110 0 1010100 111010 11011 101010110 1001000 101010

Color Harmonies of #BA1E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E4E

Black with #BA1E4E

Text Example


Text Example

White with #BA1E4E

Text Example


Text Example

HTML Codes & Css Web 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>