Html Css Color HEX #BA1E4A Old Rose

📋 copy color: '#BA1E4A'

red 186 ◦ green 30 ◦ blue 74

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

Shades of Old Rose #BA1E4A

Tints of Old Rose #BA1E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 64.14%
G = 10.34%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA1E4A (or 0xBA1E4A) is known color: Old Rose. HEX triplet: BA, 1E and 4A. RGB value is (186,30,74). Sum of RGB (Red+Green+Blue) = 186+30+74=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E4A is #45E1B5. Grayscale: #515151. Windows color (decimal): -4579766 or 4857530. OLE color: 4857530.

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

Color convert

RGB 186 30 74 -
CMYK 0 0.84 0.60 0.27
HSL 343.08º 0.72% 0.42% -
HSV(B) 343.08º 0.84% 0.73% -
XYZ 21.95 11.86 7.61 -
YUV 81.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 186 30 74 0 0.84 0.60 0.27 343.08 0.72 0.42
Hex BA 1E 4A 0 54 3C 1B 157 48 2A
Octal 272 36 112 0 124 74 33 527 110 52
Binary 10111010 11110 1001010 0 1010100 111100 11011 101010111 1001000 101010

Color Harmonies of #BA1E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E4A

Black with #BA1E4A

Text Example


Text Example

White with #BA1E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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