Html Css Color HEX #BA3949 Old Rose

📋 copy color: '#BA3949'

red 186 ◦ green 57 ◦ blue 73

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

Shades of Old Rose #BA3949

Tints of Old Rose #BA3949

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 58.86%
G = 18.04%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3949 (or 0xBA3949) is known color: Old Rose. HEX triplet: BA, 39 and 49. RGB value is (186,57,73). Sum of RGB (Red+Green+Blue) = 186+57+73=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3949 is #45C6B6. Grayscale: #616161. Windows color (decimal): -4572855 or 4798906. OLE color: 4798906.

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

Color convert

RGB 186 57 73 -
CMYK 0 0.69 0.61 0.27
HSL 352.56º 0.53% 0.48% -
HSV(B) 352.56º 0.69% 0.73% -
XYZ 22.92 13.85 7.77 -
YUV 97.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 186 57 73 0 0.69 0.61 0.27 352.56 0.53 0.48
Hex BA 39 49 0 45 3D 1B 161 35 30
Octal 272 71 111 0 105 75 33 541 65 60
Binary 10111010 111001 1001001 0 1000101 111101 11011 101100001 110101 110000

Color Harmonies of #BA3949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3949

Black with #BA3949

Text Example


Text Example

White with #BA3949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3949; }

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

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

background-color css

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

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

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

border-color css

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

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

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