Html Css Color HEX #BA2951 Old Rose

📋 copy color: '#BA2951'

red 186 ◦ green 41 ◦ blue 81

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

Shades of Old Rose #BA2951

Tints of Old Rose #BA2951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 60.39%
G = 13.31%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2951 (or 0xBA2951) is known color: Old Rose. HEX triplet: BA, 29 and 51. RGB value is (186,41,81). Sum of RGB (Red+Green+Blue) = 186+41+81=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2951 is #45D6AE. Grayscale: #585858. Windows color (decimal): -4576943 or 5319098. OLE color: 5319098.

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

Color convert

RGB 186 41 81 -
CMYK 0 0.78 0.56 0.27
HSL 343.45º 0.64% 0.45% -
HSV(B) 343.45º 0.78% 0.73% -
XYZ 22.53 12.62 9.03 -
YUV 88.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 186 41 81 0 0.78 0.56 0.27 343.45 0.64 0.45
Hex BA 29 51 0 4E 38 1B 157 40 2D
Octal 272 51 121 0 116 70 33 527 100 55
Binary 10111010 101001 1010001 0 1001110 111000 11011 101010111 1000000 101101

Color Harmonies of #BA2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2951

Black with #BA2951

Text Example


Text Example

White with #BA2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2951; }

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

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

background-color css

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

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

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

border-color css

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

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

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