Html Css Color HEX #BA3849 Old Rose

📋 copy color: '#BA3849'

red 186 ◦ green 56 ◦ blue 73

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

Shades of Old Rose #BA3849

Tints of Old Rose #BA3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 59.05%
G = 17.78%
B = 23.17%

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

#BA3849 (or 0xBA3849) is known color: Old Rose. HEX triplet: BA, 38 and 49. RGB value is (186,56,73). Sum of RGB (Red+Green+Blue) = 186+56+73=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3849 is #45C7B6. Grayscale: #606060. Windows color (decimal): -4573111 or 4798650. OLE color: 4798650.

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

Color convert

RGB 186 56 73 -
CMYK 0 0.70 0.61 0.27
HSL 352.15º 0.54% 0.47% -
HSV(B) 352.15º 0.7% 0.73% -
XYZ 22.87 13.75 7.75 -
YUV 96.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 186 56 73 0 0.70 0.61 0.27 352.15 0.54 0.47
Hex BA 38 49 0 46 3D 1B 160 36 2F
Octal 272 70 111 0 106 75 33 540 66 57
Binary 10111010 111000 1001001 0 1000110 111101 11011 101100000 110110 101111

Color Harmonies of #BA3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3849

Black with #BA3849

Text Example


Text Example

White with #BA3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3849; }

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

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

background-color css

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

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

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

border-color css

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

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

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