Html Css Color HEX #BA2353 Old Rose

📋 copy color: '#BA2353'

red 186 ◦ green 35 ◦ blue 83

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

Shades of Old Rose #BA2353

Tints of Old Rose #BA2353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.3%

R = 61.18%
G = 11.51%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2353 (or 0xBA2353) is known color: Old Rose. HEX triplet: BA, 23 and 53. RGB value is (186,35,83). Sum of RGB (Red+Green+Blue) = 186+35+83=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2353 is #45DCAC. Grayscale: #555555. Windows color (decimal): -4578477 or 5448634. OLE color: 5448634.

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

Color convert

RGB 186 35 83 -
CMYK 0 0.81 0.55 0.27
HSL 340.93º 0.68% 0.43% -
HSV(B) 340.93º 0.81% 0.73% -
XYZ 22.41 12.27 9.37 -
YUV 85.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 186 35 83 0 0.81 0.55 0.27 340.93 0.68 0.43
Hex BA 23 53 0 51 37 1B 155 44 2B
Octal 272 43 123 0 121 67 33 525 104 53
Binary 10111010 100011 1010011 0 1010001 110111 11011 101010101 1000100 101011

Color Harmonies of #BA2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2353

Black with #BA2353

Text Example


Text Example

White with #BA2353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2353; }

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

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

background-color css

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

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

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

border-color css

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

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

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