Html Css Color HEX #BA1E49 Old Rose

📋 copy color: '#BA1E49'

red 186 ◦ green 30 ◦ blue 73

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

Shades of Old Rose #BA1E49

Tints of Old Rose #BA1E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 64.36%
G = 10.38%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA1E49 (or 0xBA1E49) is known color: Old Rose. HEX triplet: BA, 1E and 49. RGB value is (186,30,73). Sum of RGB (Red+Green+Blue) = 186+30+73=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E49 is #45E1B6. Grayscale: #515151. Windows color (decimal): -4579767 or 4791994. OLE color: 4791994.

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

Color convert

RGB 186 30 73 -
CMYK 0 0.84 0.61 0.27
HSL 343.46º 0.72% 0.42% -
HSV(B) 343.46º 0.84% 0.73% -
XYZ 21.92 11.85 7.44 -
YUV 81.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 186 30 73 0 0.84 0.61 0.27 343.46 0.72 0.42
Hex BA 1E 49 0 54 3D 1B 157 48 2A
Octal 272 36 111 0 124 75 33 527 110 52
Binary 10111010 11110 1001001 0 1010100 111101 11011 101010111 1001000 101010

Color Harmonies of #BA1E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E49

Black with #BA1E49

Text Example


Text Example

White with #BA1E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E49; }

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

 H1.HeaderClassName
 {
   color: #BA1E49;
 }
 .AnyTagClassName
 {
   color: #BA1E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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