Html Css Color HEX #BA2E48 Old Rose

📋 copy color: '#BA2E48'

red 186 ◦ green 46 ◦ blue 72

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

Shades of Old Rose #BA2E48

Tints of Old Rose #BA2E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

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

R = 61.18%
G = 15.13%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA2E48 (or 0xBA2E48) is known color: Old Rose. HEX triplet: BA, 2E and 48. RGB value is (186,46,72). Sum of RGB (Red+Green+Blue) = 186+46+72=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E48 is #45D1B7. Grayscale: #5A5A5A. Windows color (decimal): -4575672 or 4730554. OLE color: 4730554.

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

Color convert

RGB 186 46 72 -
CMYK 0 0.75 0.61 0.27
HSL 348.86º 0.6% 0.45% -
HSV(B) 348.86º 0.75% 0.73% -
XYZ 22.4 12.86 7.43 -
YUV 90.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 186 46 72 0 0.75 0.61 0.27 348.86 0.6 0.45
Hex BA 2E 48 0 4B 3D 1B 15D 3C 2D
Octal 272 56 110 0 113 75 33 535 74 55
Binary 10111010 101110 1001000 0 1001011 111101 11011 101011101 111100 101101

Color Harmonies of #BA2E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E48

Black with #BA2E48

Text Example


Text Example

White with #BA2E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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