Html Css Color HEX #BA2D53 Old Rose

📋 copy color: '#BA2D53'

red 186 ◦ green 45 ◦ blue 83

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

Shades of Old Rose #BA2D53

Tints of Old Rose #BA2D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.33%

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

R = 59.24%
G = 14.33%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2D53 (or 0xBA2D53) is known color: Old Rose. HEX triplet: BA, 2D and 53. RGB value is (186,45,83). Sum of RGB (Red+Green+Blue) = 186+45+83=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D53 is #45D2AC. Grayscale: #5B5B5B. Windows color (decimal): -4575917 or 5451194. OLE color: 5451194.

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

Color convert

RGB 186 45 83 -
CMYK 0 0.76 0.55 0.27
HSL 343.83º 0.61% 0.45% -
HSV(B) 343.83º 0.76% 0.73% -
XYZ 22.75 12.94 9.48 -
YUV 91.49 123.21 195.41 -
System Red Green Blue C M Y K H S L
Decimal 186 45 83 0 0.76 0.55 0.27 343.83 0.61 0.45
Hex BA 2D 53 0 4C 37 1B 158 3D 2D
Octal 272 55 123 0 114 67 33 530 75 55
Binary 10111010 101101 1010011 0 1001100 110111 11011 101011000 111101 101101

Color Harmonies of #BA2D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D53

Black with #BA2D53

Text Example


Text Example

White with #BA2D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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