Html Css Color HEX #BA3449 Old Rose

📋 copy color: '#BA3449'

red 186 ◦ green 52 ◦ blue 73

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

Shades of Old Rose #BA3449

Tints of Old Rose #BA3449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 59.81%
G = 16.72%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA3449 (or 0xBA3449) is known color: Old Rose. HEX triplet: BA, 34 and 49. RGB value is (186,52,73). Sum of RGB (Red+Green+Blue) = 186+52+73=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3449 is #45CBB6. Grayscale: #5E5E5E. Windows color (decimal): -4574135 or 4797626. OLE color: 4797626.

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

Color convert

RGB 186 52 73 -
CMYK 0 0.72 0.61 0.27
HSL 350.6º 0.56% 0.47% -
HSV(B) 350.6º 0.72% 0.73% -
XYZ 22.68 13.38 7.69 -
YUV 94.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 186 52 73 0 0.72 0.61 0.27 350.6 0.56 0.47
Hex BA 34 49 0 48 3D 1B 15F 38 2F
Octal 272 64 111 0 110 75 33 537 70 57
Binary 10111010 110100 1001001 0 1001000 111101 11011 101011111 111000 101111

Color Harmonies of #BA3449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3449

Black with #BA3449

Text Example


Text Example

White with #BA3449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3449; }

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

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

background-color css

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

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

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

border-color css

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

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

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