Html Css Color HEX #BA2360 Old Rose

📋 copy color: '#BA2360'

red 186 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #BA2360

Tints of Old Rose #BA2360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 58.68%
G = 11.04%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA2360 (or 0xBA2360) is known color: Old Rose. HEX triplet: BA, 23 and 60. RGB value is (186,35,96). Sum of RGB (Red+Green+Blue) = 186+35+96=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2360 is #45DC9F. Grayscale: #575757. Windows color (decimal): -4578464 or 6300602. OLE color: 6300602.

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

Color convert

RGB 186 35 96 -
CMYK 0 0.81 0.48 0.27
HSL 335.76º 0.68% 0.43% -
HSV(B) 335.76º 0.81% 0.73% -
XYZ 22.96 12.49 12.27 -
YUV 87.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 186 35 96 0 0.81 0.48 0.27 335.76 0.68 0.43
Hex BA 23 60 0 51 30 1B 150 44 2B
Octal 272 43 140 0 121 60 33 520 104 53
Binary 10111010 100011 1100000 0 1010001 110000 11011 101010000 1000100 101011

Color Harmonies of #BA2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2360

Black with #BA2360

Text Example


Text Example

White with #BA2360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2360; }

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

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

background-color css

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

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

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

border-color css

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

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

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