Html Css Color HEX #BA2B51 Old Rose

📋 copy color: '#BA2B51'

red 186 ◦ green 43 ◦ blue 81

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

Shades of Old Rose #BA2B51

Tints of Old Rose #BA2B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 60%
G = 13.87%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA2B51 (or 0xBA2B51) is known color: Old Rose. HEX triplet: BA, 2B and 51. RGB value is (186,43,81). Sum of RGB (Red+Green+Blue) = 186+43+81=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B51 is #45D4AE. Grayscale: #5A5A5A. Windows color (decimal): -4576431 or 5319610. OLE color: 5319610.

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

Color convert

RGB 186 43 81 -
CMYK 0 0.77 0.56 0.27
HSL 344.06º 0.62% 0.45% -
HSV(B) 344.06º 0.77% 0.73% -
XYZ 22.6 12.76 9.06 -
YUV 90.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 186 43 81 0 0.77 0.56 0.27 344.06 0.62 0.45
Hex BA 2B 51 0 4D 38 1B 158 3E 2D
Octal 272 53 121 0 115 70 33 530 76 55
Binary 10111010 101011 1010001 0 1001101 111000 11011 101011000 111110 101101

Color Harmonies of #BA2B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B51

Black with #BA2B51

Text Example


Text Example

White with #BA2B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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