Html Css Color HEX #BA3553 Old Rose

📋 copy color: '#BA3553'

red 186 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #BA3553

Tints of Old Rose #BA3553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 57.76%
G = 16.46%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA3553 (or 0xBA3553) is known color: Old Rose. HEX triplet: BA, 35 and 53. RGB value is (186,53,83). Sum of RGB (Red+Green+Blue) = 186+53+83=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3553 is #45CAAC. Grayscale: #606060. Windows color (decimal): -4573869 or 5453242. OLE color: 5453242.

HSL color Cylindrical-coordinate representation of color #BA3553: hue angle of 346.47º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3553 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 83 -
CMYK 0 0.72 0.55 0.27
HSL 346.47º 0.56% 0.47% -
HSV(B) 346.47º 0.72% 0.73% -
XYZ 23.08 13.61 9.59 -
YUV 96.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 186 53 83 0 0.72 0.55 0.27 346.47 0.56 0.47
Hex BA 35 53 0 48 37 1B 15A 38 2F
Octal 272 65 123 0 110 67 33 532 70 57
Binary 10111010 110101 1010011 0 1001000 110111 11011 101011010 111000 101111

Color Harmonies of #BA3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3553

Black with #BA3553

Text Example


Text Example

White with #BA3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3553; }

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

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

background-color css

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

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

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

border-color css

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

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

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