Html Css Color HEX #BA2A53 Old Rose

📋 copy color: '#BA2A53'

red 186 ◦ green 42 ◦ blue 83

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

Shades of Old Rose #BA2A53

Tints of Old Rose #BA2A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.5%

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

R = 59.81%
G = 13.5%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2A53 (or 0xBA2A53) is known color: Old Rose. HEX triplet: BA, 2A and 53. RGB value is (186,42,83). Sum of RGB (Red+Green+Blue) = 186+42+83=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A53 is #45D5AC. Grayscale: #595959. Windows color (decimal): -4576685 or 5450426. OLE color: 5450426.

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

Color convert

RGB 186 42 83 -
CMYK 0 0.77 0.55 0.27
HSL 342.92º 0.63% 0.45% -
HSV(B) 342.92º 0.77% 0.73% -
XYZ 22.64 12.72 9.45 -
YUV 89.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 186 42 83 0 0.77 0.55 0.27 342.92 0.63 0.45
Hex BA 2A 53 0 4D 37 1B 157 3F 2D
Octal 272 52 123 0 115 67 33 527 77 55
Binary 10111010 101010 1010011 0 1001101 110111 11011 101010111 111111 101101

Color Harmonies of #BA2A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A53

Black with #BA2A53

Text Example


Text Example

White with #BA2A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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