Html Css Color HEX #BA2550 Old Rose

📋 copy color: '#BA2550'

red 186 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #BA2550

Tints of Old Rose #BA2550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 61.39%
G = 12.21%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA2550 (or 0xBA2550) is known color: Old Rose. HEX triplet: BA, 25 and 50. RGB value is (186,37,80). Sum of RGB (Red+Green+Blue) = 186+37+80=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2550 is #45DAAF. Grayscale: #565656. Windows color (decimal): -4577968 or 5252538. OLE color: 5252538.

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

Color convert

RGB 186 37 80 -
CMYK 0 0.80 0.57 0.27
HSL 342.68º 0.67% 0.44% -
HSV(B) 342.68º 0.8% 0.73% -
XYZ 22.36 12.34 8.79 -
YUV 86.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 186 37 80 0 0.80 0.57 0.27 342.68 0.67 0.44
Hex BA 25 50 0 50 39 1B 157 43 2C
Octal 272 45 120 0 120 71 33 527 103 54
Binary 10111010 100101 1010000 0 1010000 111001 11011 101010111 1000011 101100

Color Harmonies of #BA2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2550

Black with #BA2550

Text Example


Text Example

White with #BA2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2550; }

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

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

background-color css

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

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

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

border-color css

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

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

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