Html Css Color HEX #BA3749 Old Rose

📋 copy color: '#BA3749'

red 186 ◦ green 55 ◦ blue 73

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

Shades of Old Rose #BA3749

Tints of Old Rose #BA3749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 59.24%
G = 17.52%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3749 (or 0xBA3749) is known color: Old Rose. HEX triplet: BA, 37 and 49. RGB value is (186,55,73). Sum of RGB (Red+Green+Blue) = 186+55+73=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3749 is #45C8B6. Grayscale: #606060. Windows color (decimal): -4573367 or 4798394. OLE color: 4798394.

HSL color Cylindrical-coordinate representation of color #BA3749: hue angle of 351.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3749 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 73 -
CMYK 0 0.70 0.61 0.27
HSL 351.76º 0.54% 0.47% -
HSV(B) 351.76º 0.7% 0.73% -
XYZ 22.82 13.65 7.74 -
YUV 96.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 186 55 73 0 0.70 0.61 0.27 351.76 0.54 0.47
Hex BA 37 49 0 46 3D 1B 160 36 2F
Octal 272 67 111 0 106 75 33 540 66 57
Binary 10111010 110111 1001001 0 1000110 111101 11011 101100000 110110 101111

Color Harmonies of #BA3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3749

Black with #BA3749

Text Example


Text Example

White with #BA3749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3749; }

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

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

background-color css

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

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

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

border-color css

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

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

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