Html Css Color HEX #BA2544 Old Rose

📋 copy color: '#BA2544'

red 186 ◦ green 37 ◦ blue 68

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

Shades of Old Rose #BA2544

Tints of Old Rose #BA2544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 63.92%
G = 12.71%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA2544 (or 0xBA2544) is known color: Old Rose. HEX triplet: BA, 25 and 44. RGB value is (186,37,68). Sum of RGB (Red+Green+Blue) = 186+37+68=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2544 is #45DABB. Grayscale: #555555. Windows color (decimal): -4577980 or 4466106. OLE color: 4466106.

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

Color convert

RGB 186 37 68 -
CMYK 0 0.80 0.63 0.27
HSL 347.52º 0.67% 0.44% -
HSV(B) 347.52º 0.8% 0.73% -
XYZ 21.95 12.18 6.66 -
YUV 85.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 186 37 68 0 0.80 0.63 0.27 347.52 0.67 0.44
Hex BA 25 44 0 50 3F 1B 15C 43 2C
Octal 272 45 104 0 120 77 33 534 103 54
Binary 10111010 100101 1000100 0 1010000 111111 11011 101011100 1000011 101100

Color Harmonies of #BA2544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2544

Black with #BA2544

Text Example


Text Example

White with #BA2544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2544; }

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

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

background-color css

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

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

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

border-color css

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

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

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