Html Css Color HEX #BA2849 Old Rose

📋 copy color: '#BA2849'

red 186 ◦ green 40 ◦ blue 73

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

Shades of Old Rose #BA2849

Tints of Old Rose #BA2849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 62.21%
G = 13.38%
B = 24.41%

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

#BA2849 (or 0xBA2849) is known color: Old Rose. HEX triplet: BA, 28 and 49. RGB value is (186,40,73). Sum of RGB (Red+Green+Blue) = 186+40+73=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2849 is #45D7B6. Grayscale: #575757. Windows color (decimal): -4577207 or 4794554. OLE color: 4794554.

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

Color convert

RGB 186 40 73 -
CMYK 0 0.78 0.61 0.27
HSL 346.44º 0.65% 0.44% -
HSV(B) 346.44º 0.78% 0.73% -
XYZ 22.21 12.44 7.53 -
YUV 87.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 186 40 73 0 0.78 0.61 0.27 346.44 0.65 0.44
Hex BA 28 49 0 4E 3D 1B 15A 41 2C
Octal 272 50 111 0 116 75 33 532 101 54
Binary 10111010 101000 1001001 0 1001110 111101 11011 101011010 1000001 101100

Color Harmonies of #BA2849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2849

Black with #BA2849

Text Example


Text Example

White with #BA2849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2849; }

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

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

background-color css

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

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

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

border-color css

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

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

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