Html Css Color HEX #BA2349 Old Rose

📋 copy color: '#BA2349'

red 186 ◦ green 35 ◦ blue 73

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

Shades of Old Rose #BA2349

Tints of Old Rose #BA2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 63.27%
G = 11.9%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA2349 (or 0xBA2349) is known color: Old Rose. HEX triplet: BA, 23 and 49. RGB value is (186,35,73). Sum of RGB (Red+Green+Blue) = 186+35+73=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2349 is #45DCB6. Grayscale: #545454. Windows color (decimal): -4578487 or 4793274. OLE color: 4793274.

HSL color Cylindrical-coordinate representation of color #BA2349: hue angle of 344.9º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2349 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 73 -
CMYK 0 0.81 0.61 0.27
HSL 344.9º 0.68% 0.43% -
HSV(B) 344.9º 0.81% 0.73% -
XYZ 22.05 12.12 7.48 -
YUV 84.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 186 35 73 0 0.81 0.61 0.27 344.9 0.68 0.43
Hex BA 23 49 0 51 3D 1B 159 44 2B
Octal 272 43 111 0 121 75 33 531 104 53
Binary 10111010 100011 1001001 0 1010001 111101 11011 101011001 1000100 101011

Color Harmonies of #BA2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2349

Black with #BA2349

Text Example


Text Example

White with #BA2349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2349; }

 p { color: rgb(186,35,73); }

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

background-color css

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

 a { background-color: rgb(186,35,73); }

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

border-color css

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

 span { border-color: rgb(186,35,73); }

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