Html Css Color HEX #BA2553 Old Rose

📋 copy color: '#BA2553'

red 186 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #BA2553

Tints of Old Rose #BA2553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 60.78%
G = 12.09%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2553 (or 0xBA2553) is known color: Old Rose. HEX triplet: BA, 25 and 53. RGB value is (186,37,83). Sum of RGB (Red+Green+Blue) = 186+37+83=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2553 is #45DAAC. Grayscale: #565656. Windows color (decimal): -4577965 or 5449146. OLE color: 5449146.

HSL color Cylindrical-coordinate representation of color #BA2553: hue angle of 341.48º 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 #BA2553 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 83 -
CMYK 0 0.80 0.55 0.27
HSL 341.48º 0.67% 0.44% -
HSV(B) 341.48º 0.8% 0.73% -
XYZ 22.47 12.39 9.39 -
YUV 86.8 125.86 198.76 -
System Red Green Blue C M Y K H S L
Decimal 186 37 83 0 0.80 0.55 0.27 341.48 0.67 0.44
Hex BA 25 53 0 50 37 1B 155 43 2C
Octal 272 45 123 0 120 67 33 525 103 54
Binary 10111010 100101 1010011 0 1010000 110111 11011 101010101 1000011 101100

Color Harmonies of #BA2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2553

Black with #BA2553

Text Example


Text Example

White with #BA2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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