Html Css Color HEX #BA3D49 Old Rose

📋 copy color: '#BA3D49'

red 186 ◦ green 61 ◦ blue 73

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

Shades of Old Rose #BA3D49

Tints of Old Rose #BA3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 58.13%
G = 19.06%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3D49 (or 0xBA3D49) is known color: Old Rose. HEX triplet: BA, 3D and 49. RGB value is (186,61,73). Sum of RGB (Red+Green+Blue) = 186+61+73=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D49 is #45C2B6. Grayscale: #636363. Windows color (decimal): -4571831 or 4799930. OLE color: 4799930.

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

Color convert

RGB 186 61 73 -
CMYK 0 0.67 0.61 0.27
HSL 354.24º 0.51% 0.48% -
HSV(B) 354.24º 0.67% 0.73% -
XYZ 23.12 14.26 7.84 -
YUV 99.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 186 61 73 0 0.67 0.61 0.27 354.24 0.51 0.48
Hex BA 3D 49 0 43 3D 1B 162 33 30
Octal 272 75 111 0 103 75 33 542 63 60
Binary 10111010 111101 1001001 0 1000011 111101 11011 101100010 110011 110000

Color Harmonies of #BA3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D49

Black with #BA3D49

Text Example


Text Example

White with #BA3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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