Html Css Color HEX #BA2546 Old Rose

📋 copy color: '#BA2546'

red 186 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #BA2546

Tints of Old Rose #BA2546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 63.48%
G = 12.63%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2546 (or 0xBA2546) is known color: Old Rose. HEX triplet: BA, 25 and 46. RGB value is (186,37,70). Sum of RGB (Red+Green+Blue) = 186+37+70=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2546 is #45DAB9. Grayscale: #555555. Windows color (decimal): -4577978 or 4597178. OLE color: 4597178.

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

Color convert

RGB 186 37 70 -
CMYK 0 0.80 0.62 0.27
HSL 346.71º 0.67% 0.44% -
HSV(B) 346.71º 0.8% 0.73% -
XYZ 22.02 12.2 6.99 -
YUV 85.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 186 37 70 0 0.80 0.62 0.27 346.71 0.67 0.44
Hex BA 25 46 0 50 3E 1B 15B 43 2C
Octal 272 45 106 0 120 76 33 533 103 54
Binary 10111010 100101 1000110 0 1010000 111110 11011 101011011 1000011 101100

Color Harmonies of #BA2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2546

Black with #BA2546

Text Example


Text Example

White with #BA2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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