Html Css Color HEX #BA2551 Old Rose

📋 copy color: '#BA2551'

red 186 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #BA2551

Tints of Old Rose #BA2551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 61.18%
G = 12.17%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2551 (or 0xBA2551) is known color: Old Rose. HEX triplet: BA, 25 and 51. RGB value is (186,37,81). Sum of RGB (Red+Green+Blue) = 186+37+81=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2551 is #45DAAE. Grayscale: #565656. Windows color (decimal): -4577967 or 5318074. OLE color: 5318074.

HSL color Cylindrical-coordinate representation of color #BA2551: hue angle of 342.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2551 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 81 -
CMYK 0 0.80 0.56 0.27
HSL 342.28º 0.67% 0.44% -
HSV(B) 342.28º 0.8% 0.73% -
XYZ 22.4 12.36 8.99 -
YUV 86.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 186 37 81 0 0.80 0.56 0.27 342.28 0.67 0.44
Hex BA 25 51 0 50 38 1B 156 43 2C
Octal 272 45 121 0 120 70 33 526 103 54
Binary 10111010 100101 1010001 0 1010000 111000 11011 101010110 1000011 101100

Color Harmonies of #BA2551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2551

Black with #BA2551

Text Example


Text Example

White with #BA2551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2551; }

 p { color: rgb(186,37,81); }

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

background-color css

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

 a { background-color: rgb(186,37,81); }

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

border-color css

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

 span { border-color: rgb(186,37,81); }

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