Html Css Color HEX #BA2948 Old Rose

📋 copy color: '#BA2948'

red 186 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #BA2948

Tints of Old Rose #BA2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 62.21%
G = 13.71%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA2948 (or 0xBA2948) is known color: Old Rose. HEX triplet: BA, 29 and 48. RGB value is (186,41,72). Sum of RGB (Red+Green+Blue) = 186+41+72=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2948 is #45D6B7. Grayscale: #575757. Windows color (decimal): -4576952 or 4729274. OLE color: 4729274.

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

Color convert

RGB 186 41 72 -
CMYK 0 0.78 0.61 0.27
HSL 347.17º 0.64% 0.45% -
HSV(B) 347.17º 0.78% 0.73% -
XYZ 22.21 12.49 7.37 -
YUV 87.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 186 41 72 0 0.78 0.61 0.27 347.17 0.64 0.45
Hex BA 29 48 0 4E 3D 1B 15B 40 2D
Octal 272 51 110 0 116 75 33 533 100 55
Binary 10111010 101001 1001000 0 1001110 111101 11011 101011011 1000000 101101

Color Harmonies of #BA2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2948

Black with #BA2948

Text Example


Text Example

White with #BA2948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2948; }

 p { color: rgb(186,41,72); }

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

background-color css

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

 a { background-color: rgb(186,41,72); }

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

border-color css

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

 span { border-color: rgb(186,41,72); }

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