Html Css Color HEX #BA2950 Old Rose

📋 copy color: '#BA2950'

red 186 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #BA2950

Tints of Old Rose #BA2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

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

R = 60.59%
G = 13.36%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA2950 (or 0xBA2950) is known color: Old Rose. HEX triplet: BA, 29 and 50. RGB value is (186,41,80). Sum of RGB (Red+Green+Blue) = 186+41+80=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2950 is #45D6AF. Grayscale: #585858. Windows color (decimal): -4576944 or 5253562. OLE color: 5253562.

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

Color convert

RGB 186 41 80 -
CMYK 0 0.78 0.57 0.27
HSL 343.86º 0.64% 0.45% -
HSV(B) 343.86º 0.78% 0.73% -
XYZ 22.49 12.6 8.84 -
YUV 88.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 186 41 80 0 0.78 0.57 0.27 343.86 0.64 0.45
Hex BA 29 50 0 4E 39 1B 158 40 2D
Octal 272 51 120 0 116 71 33 530 100 55
Binary 10111010 101001 1010000 0 1001110 111001 11011 101011000 1000000 101101

Color Harmonies of #BA2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2950

Black with #BA2950

Text Example


Text Example

White with #BA2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2950; }

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

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

background-color css

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

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

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

border-color css

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

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

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