Html Css Color HEX #BA2949 Old Rose

📋 copy color: '#BA2949'

red 186 ◦ green 41 ◦ blue 73

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

Shades of Old Rose #BA2949

Tints of Old Rose #BA2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

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

R = 62%
G = 13.67%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA2949 (or 0xBA2949) is known color: Old Rose. HEX triplet: BA, 29 and 49. RGB value is (186,41,73). Sum of RGB (Red+Green+Blue) = 186+41+73=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2949 is #45D6B6. Grayscale: #585858. Windows color (decimal): -4576951 or 4794810. OLE color: 4794810.

HSL color Cylindrical-coordinate representation of color #BA2949: hue angle of 346.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2949 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 73 -
CMYK 0 0.78 0.61 0.27
HSL 346.76º 0.64% 0.45% -
HSV(B) 346.76º 0.78% 0.73% -
XYZ 22.25 12.51 7.54 -
YUV 88 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 186 41 73 0 0.78 0.61 0.27 346.76 0.64 0.45
Hex BA 29 49 0 4E 3D 1B 15B 40 2D
Octal 272 51 111 0 116 75 33 533 100 55
Binary 10111010 101001 1001001 0 1001110 111101 11011 101011011 1000000 101101

Color Harmonies of #BA2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2949

Black with #BA2949

Text Example


Text Example

White with #BA2949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2949; }

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

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

background-color css

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

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

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

border-color css

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

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

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